AsyncWcfLib

ActorOutput Constructor

Creates an output port for an actor.

ActorOutput(
   string name,
   WcfMessageHandler defaultResponseHandler
);

Parameters

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

See Also

ActorOutput Class | SourceForge.AsyncWcfLib Namespace