C# Class Akka.Routing.ActorSelectionRoutee

Inheritance: Routee
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
Ask ( object message, System.TimeSpan timeout ) : Task
Equals ( object obj ) : bool
GetHashCode ( ) : int
Send ( object message, IActorRef sender ) : void

Protected Methods

Method Description
Equals ( ActorSelectionRoutee other ) : bool

Method Details

ActorSelectionRoutee() public method

public ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
actor Akka.Actor.ActorSelection
return System.Collections.Generic

Ask() public method

public Ask ( object message, System.TimeSpan timeout ) : Task
message object
timeout System.TimeSpan
return Task

Equals() protected method

protected Equals ( ActorSelectionRoutee other ) : bool
other ActorSelectionRoutee
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Send() public method

public Send ( object message, IActorRef sender ) : void
message object
sender IActorRef
return void