C# Class Akka.Dispatch.SysMsg.Watch

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

Méthodes publiques

Méthode Description
ToString ( ) : string
Watch ( IInternalActorRef watchee, IInternalActorRef watcher ) : System

Initializes a new instance of the Watch class.

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Watch() public méthode

Initializes a new instance of the Watch class.
public Watch ( IInternalActorRef watchee, IInternalActorRef watcher ) : System
watchee IInternalActorRef The watchee.
watcher IInternalActorRef The watcher.
Résultat System