AsyncWcfLib

IActorInput.PostInputFrom(ActorOutput, IWcfMessage) Method

Threadsafe enqueue message at the receiving partner.

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.

See Also

IActorInput Interface | SourceForge.AsyncWcfLib Namespace | IActorInput.PostInputFrom Overload List