AsyncWcfLib

ActorPort.PostInput Method

Used by the library to post a request or response message to the input of this partner. May be called on any thread. Usage: Internal: Post a message into this partners input queue. Serviceside: Sender.PostInput() sends a response from client-stub to the remote client. Clientside: Post a response into this clients input queue.

public void PostInput(
   WcfReqIdent id
);

Parameters

id
A WcfReqIdent the 'Sender' property references the sending partner.

See Also

ActorPort Class | SourceForge.AsyncWcfLib Namespace