AsyncWcfLib

ActorInput Constructor

Creates an input port for an actor running in the current application on the local host.

ActorInput(
   string name,
   WcfMessageHandler requestHandler
);

Parameters

name
The unique name of this service.
requestHandler
The method to be called when a request is received.

See Also

ActorInput Class | SourceForge.AsyncWcfLib Namespace