AsyncWcfLib

ActorOutput(TOC) Constructor

Creates an output port for an actor.

ActorOutput<TOC>(
   string name,
   WcfMessageHandler<TOC> defaultTocResponseHandler
);

Parameters

name
The application internal name of this output port.
defaultTocResponseHandler
The method to be called when a response is received and no other handler is applicatable.

See Also

ActorOutput<TOC> Class | SourceForge.AsyncWcfLib Namespace