AsyncWcfLib

IActorPortId Interface

The public interface of ActorPort for inputs and outputs. Actors may have several outgoing connection to other actors. An incoming connection may receive messages from several actors.

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

SourceForge.AsyncWcfLib.IActorPortId
   SourceForge.AsyncWcfLib.IActorInput
   SourceForge.AsyncWcfLib.IActorOutput

public interface IActorPortId

Types that implement IActorPortId

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

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.

ActorPort

The base class of ActorInput and ActorOutput.

It is the source or destination of message exchange.

Requirements

Namespace: SourceForge.AsyncWcfLib

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

See Also

IActorPortId Members | SourceForge.AsyncWcfLib Namespace