AsyncWcfLib

IActorOutput Interface

The public output interface of an actor may be called from any thread. The members of IActorPortId represent the actor sending the outgoing messages.

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

public interface IActorOutput : IActorPortId

Types that implement IActorOutput

Type Description
ActorOutput

This class represents a communication partner (client).

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

ActorOutput(TOC)

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.

Requirements

Namespace: SourceForge.AsyncWcfLib

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

See Also

IActorOutput Members | SourceForge.AsyncWcfLib Namespace