AsyncWcfLib

IWcfDualContractAsync.EndWcfRequest Method

Wait for asynchronous completion of a thread started with BeginWcfRequest.

IWcfMessage EndWcfRequest(
   ref WcfReqIdent id,
   IAsyncResult result
);

Parameters

id
Internally used identification info for a request (received and returned).
result
IAsyncResult to handle the Microsoft async pattern.

Return Value

Response message.

See Also

IWcfDualContractAsync Interface | SourceForge.AsyncWcfLib.Basic Namespace