AsyncWcfLib

WcfBasicClientAsync.OnWcfNotificationFromService Method

Handling of unexpected notification messages (not requested messages).

protected void OnWcfNotificationFromService(
   WcfReqIdent notification,
   WcfMessageHandler responseHandler
);

Parameters

notification
The unexpected message.
responseHandler
The application message handler for unexpected messages.

See Also

WcfBasicClientAsync Class | SourceForge.AsyncWcfLib.Basic Namespace