AsyncWcfLib

IWcfDualCallbackContract.BeginOnWcfNotificationFromService Method

Handle a unrequested message from a service on the client.

[OperationContract(Name="null", Action="null", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False, ReplyAction="null", AsyncPattern=True, IsOneWay=True, IsInitiating=True, IsTerminating=False)]
IAsyncResult BeginOnWcfNotificationFromService(
   IWcfMessage notification,
   ref WcfReqIdent id,
   AsyncCallback callback,
   object asyncState
);

Parameters

notification
Unrequest message.
id
Internally used identification info for a request (received and returned).
callback
Delegate to call on service side, when notification has been handled on client.
asyncState
User state.

Return Value

IAsyncResult to handle the Microsoft async pattern.

See Also

IWcfDualCallbackContract Interface | SourceForge.AsyncWcfLib.Basic Namespace