AsyncWcfLib

ActorOutput.SendOut(IWcfMessage) 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.

public void SendOut(
   IWcfMessage msg
);

Parameters

msg
The message to send.

See Also

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