AsyncWcfLib

ActorOutput.SendOut(WcfReqIdent) Method

Send a request message to the partner on the outgoing connection. At least a WcfIdleMessage will asynchronously be received through 'PostInput', when the partner has processed the request. Usage: Clientside: Send a request to the connected remote service. Internal: Send a message to the connected partner running on another thread synchronization context. Serviceside: Sender.SendOut() sends a request from client-proxy to the internal service.

public void SendOut(
   WcfReqIdent id
);

Parameters

id
A WcfReqIdentthe 'Sender' property references the sending partner, where the response is expected.

Implements

IWcfBasicPartner.SendOut

See Also

ActorOutput Class | SourceForge.AsyncWcfLib Namespace | ActorOutput.SendOut Overload List