IWcfBasicContractAsync.BeginWcfRequest Method
Handle a request on a service.
[OperationContract(Name="null", Action="null", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False, ReplyAction="null", AsyncPattern=True, IsOneWay=False, IsInitiating=True, IsTerminating=False)]
IAsyncResult BeginWcfRequest(
IWcfMessage msg,
ref
WcfReqIdent id,
AsyncCallback callback,
object asyncState);
Parameters
-
msg
- Request message.
-
id
- Internally used identification info for a request (received and returned).
-
callback
- Delegate to call on service side, when request has been handled on service.
-
asyncState
- User state.
Return Value
IAsyncResult to handle the Microsoft async pattern.
See Also
IWcfBasicContractAsync Interface | SourceForge.AsyncWcfLib.Basic Namespace