C# Class Akka.Routing.ActorRefRoutee

Inheritance: Routee
Show file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
ActorRefRoutee ( IActorRef 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 ( ActorRefRoutee other ) : bool

Method Details

ActorRefRoutee() public method

public ActorRefRoutee ( IActorRef actor ) : System.Collections.Generic
actor IActorRef
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 ( ActorRefRoutee other ) : bool
other ActorRefRoutee
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