AsyncWcfLib

ActorOutput.SendOut(IWcfMessage, AsyncResponseHandler) Method

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 msg,
   AsyncResponseHandler responseHandler
);

Parameters

msg
The message to send.
responseHandler
A method or lambda expression handling the asynchronous response.

See Also

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