C# Class Akka.Actor.ActorSelectionMessage

Class ActorSelectionMessage.
Inheritance: IAutoReceivedMessage, IPossiblyHarmful
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
ActorSelectionMessage ( object message, SelectionPathElement elements, bool wildCardFanOut = false ) : System

Initializes a new instance of the ActorSelectionMessage class.

ToString ( ) : string

Method Details

ActorSelectionMessage() public method

Initializes a new instance of the ActorSelectionMessage class.
public ActorSelectionMessage ( object message, SelectionPathElement elements, bool wildCardFanOut = false ) : System
message object The message.
elements SelectionPathElement The elements.
wildCardFanOut bool
return System

ToString() public method

public ToString ( ) : string
return string