AsyncWcfLib

ActorOutput(TOC) Class

This class represents an outgoing (client) connection to an actor (service).

It is the destination of responses and contains additional data representing the session and the remote service.

For a list of all members of this type, see ActorOutput(TOC) Members .

System.Object
   ActorPort
      ActorOutput
         ActorOutput(TOC)

public class ActorOutput<TOC> : ActorOutput
where TOC : class

Generic template parameters

TOC
Additional data (output context) representing the communication session and the remote service.

Requirements

Namespace: SourceForge.AsyncWcfLib

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

See Also

ActorOutput(TOC) Members | SourceForge.AsyncWcfLib Namespace