AsyncWcfLib

IActorInput Interface

The public input interface of an actor. It may be called from any thread. The members of IActorPortId represent the actor receiving the incoming messages.

For a list of all members of this type, see IActorInput Members .

public interface IActorInput : IActorPortId

Types that implement IActorInput

Type Description
ActorInput

This class represents a communication partner (service).

It is the destination of a request message and the source of a response message.

ActorInput(TSC)

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).

Requirements

Namespace: SourceForge.AsyncWcfLib

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

See Also

IActorInput Members | SourceForge.AsyncWcfLib Namespace