C# Class Akka.Dispatch.SysMsg.DeathWatchNotification

Class DeathWatchNotification.
Inheritance: Akka.Dispatch.SysMsg.SystemMessage
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
DeathWatchNotification ( IActorRef actor, bool existenceConfirmed, bool addressTerminated ) : System

Initializes a new instance of the DeathWatchNotification class.

ToString ( ) : string

Method Details

DeathWatchNotification() public method

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].
return System

ToString() public method

public ToString ( ) : string
return string