AsyncWcfLib

WcfBasicClientAsync.SendOut(IWcfMessage) Method

Send a message to the service. Do not wait here for the response.

The OnWcfMessageReceivedDelegate is called on the same thread,

when a response or errormessage arrives or a timeout has passed.

public WcfReqIdent SendOut(
   IWcfMessage request
);

Parameters

request
The message to send.

See Also

WcfBasicClientAsync Class | SourceForge.AsyncWcfLib.Basic Namespace | WcfBasicClientAsync.SendOut Overload List