AsyncWcfLib

ActorInput.PostInputFrom(ActorOutput, IWcfMessage) Method

Used internally: Threadsafe enqueue message at the receiving partner.

public void PostInputFrom(
   ActorOutput sender,
   IWcfMessage msg
);

Parameters

sender
The source partner sending the message ActorPort. Its default message handler will receive the response.
msg
The IWcfMessage to enqueue.

Implements

IActorInput.PostInputFrom

See Also

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