AsyncWcfLib

WcfMessageHandler Delegate

A general handler for internal and external messages. Called on the correct thread (synchronization context).

public delegate void WcfMessageHandler(
   WcfReqIdent id
);

Parameters

id
the received request or response containing message and sender.

Requirements

Namespace: SourceForge.AsyncWcfLib

Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)

See Also

SourceForge.AsyncWcfLib Namespace