WcfMessageHandler(TSC) Delegate
A handler for internal and external messages to ActorPort objects. Called on the correct thread (synchronization context).
public delegate
void WcfMessageHandler<TSC>(
WcfReqIdent id,
TSC
senderContext)
where TSC : class;
Parameters
-
id
- the received request or response containing message and sender.
-
senderContext
- the local id.Sender.SenderContext object present when the request or response is recived.
Requirements
Namespace:
SourceForge.AsyncWcfLib
Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)
See Also
SourceForge.AsyncWcfLib Namespace