AsyncWcfLib

ActorInput.PostInputFrom(ActorOutput, IWcfMessage, AsyncResponseHandler) Method

Used internally: Threadsafe enqueue message at the receiving partner.

public void PostInputFrom(
   ActorOutput sender,
   IWcfMessage msg,
   AsyncResponseHandler responseHandler
);

Parameters

sender
The source partner sending the message ActorPort
msg
The IWcfMessage to enqueue.
responseHandler
The lambda expression executed at the source partner, when a response arrives.

Implements

IActorInput.PostInputFrom

See Also

ActorInput Class | SourceForge.AsyncWcfLib Namespace | ActorInput.PostInputFrom Overload List