C# Class Akka.Dispatch.SysMsg.DeathWatchNotification

Class DeathWatchNotification.
Inheritance: Akka.Dispatch.SysMsg.SystemMessage
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
DeathWatchNotification ( IActorRef actor, bool existenceConfirmed, bool addressTerminated ) : System

Initializes a new instance of the DeathWatchNotification class.

ToString ( ) : string

Method Details

DeathWatchNotification() public méthode

Initializes a new instance of the DeathWatchNotification class.
public DeathWatchNotification ( IActorRef actor, bool existenceConfirmed, bool addressTerminated ) : System
actor IActorRef The actor.
existenceConfirmed bool if set to true [existence confirmed].
addressTerminated bool if set to true [address terminated].
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string