C# Class Akka.Dispatch.SysMsg.Watch

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

Public Methods

Method Description
ToString ( ) : string
Watch ( IInternalActorRef watchee, IInternalActorRef watcher ) : System

Initializes a new instance of the Watch class.

Method Details

ToString() public method

public ToString ( ) : string
return string

Watch() public method

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