C# Class Akka.Dispatch.SysMsg.Unwatch

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

Public Methods

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

Initializes a new instance of the Unwatch class.

Method Details

ToString() public method

public ToString ( ) : string
return string

Unwatch() public method

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