AsyncWcfLib

ActorOutput.SendOut Method

Send a request message to the partner on the outgoing connection. At least a WcfIdleMessage will asynchronously be received through 'PostInput', after the partner has processed the request.

Overload List

Send a request message to the partner on the outgoing connection. At least a WcfIdleMessage will asynchronously be received through 'PostInput', after the partner has processed the request.

public void SendOut(IWcfMessage)

Send a request message to the partner on the outgoing connection. At least a WcfIdleMessage will asynchronously be received in responseHandler.

public void SendOut(IWcfMessage,AsyncResponseHandler)

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)

See Also

ActorOutput Class | SourceForge.AsyncWcfLib Namespace