C# Class Akka.Remote.Tests.MultiNode.RemoteNodeRestartDeathWatchSpec

Inheritance: Akka.Remote.TestKit.MultiNodeSpec
Datei anzeigen Open project: rogeralsing/akka.net

Protected Methods

Method Description
Identify ( RoleName role, string actorName ) : IActorRef
RemoteNodeRestartDeathWatchSpec ( ) : System
RemoteNodeRestartDeathWatchSpec ( RemoteNodeRestartDeathWatchSpecConfig specConfig ) : System

Private Methods

Method Description
Must_receive_terminated_when_remote_actor_system_is_restarted ( ) : void

Method Details

Identify() protected method

protected Identify ( RoleName role, string actorName ) : IActorRef
role RoleName
actorName string
return IActorRef

RemoteNodeRestartDeathWatchSpec() protected method

protected RemoteNodeRestartDeathWatchSpec ( ) : System
return System

RemoteNodeRestartDeathWatchSpec() protected method

protected RemoteNodeRestartDeathWatchSpec ( RemoteNodeRestartDeathWatchSpecConfig specConfig ) : System
specConfig RemoteNodeRestartDeathWatchSpecConfig
return System