AsyncWcfLib

ActorInput(TSC) Class

This class represents an incoming connection from a client to an actor (service).

It is the destination of requests and contains additional data representing the session and the sending actor (client).

For a list of all members of this type, see ActorInput(TSC) Members .

System.Object
   ActorPort
      ActorInput
         ActorInput(TSC)

public class ActorInput<TSC> : ActorInput
where TSC : class, new()

Generic template parameters

TSC
Additional data (sender context) representing the communication session and the sending actor.

Requirements

Namespace: SourceForge.AsyncWcfLib

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

See Also

ActorInput(TSC) Members | SourceForge.AsyncWcfLib Namespace