ow do I handle this syncornization with remoting?

Discussion in 'C#' started by GrantSchenck, Sep 13, 2006.

  1. GrantSchenck

    GrantSchenck New Member

    Joined:
    Sep 13, 2006
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello,

    I'm just starting with .NET remoting. Here is what I'm not sure how to
    handle.

    I have a IPC Channel remoting server. It exports an object and I can call a
    method on that object just fine. I'd like to kick off some activity and
    block until the activity completes.

    The completion arrives as a COM call back on a thread from the COM object so
    really my question is:

    What is a straight forward .NET way to have the .NET remote call block on
    something and then be released?

    Thanks!
    --
    Grant Schenck
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice