C# Class Akka.Dispatch.SysMsg.Unwatch

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

Méthodes publiques

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

Initializes a new instance of the Unwatch class.

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Unwatch() public méthode

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