ExtendedActorSystem Methods |
The ExtendedActorSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorOf | (Inherited from ActorSystem.) |
![]() | ActorSelection(String) | (Inherited from ActorSystem.) |
![]() | ActorSelection(ActorPath) | (Inherited from ActorSystem.) |
![]() | AwaitTermination |
Block current thread until the system has been shutdown.
This will block until after all on termination callbacks have been run.
(Inherited from ActorSystem.) |
![]() | AwaitTermination(TimeSpan) |
Block current thread until the system has been shutdown, or the specified
timeout has elapsed.
This will block until after all on termination callbacks have been run.
(Inherited from ActorSystem.)Returns true if the system was shutdown during the specified time; false if it timed out. |
![]() | AwaitTermination(TimeSpan, CancellationToken) |
Block current thread until the system has been shutdown, or the specified
timeout has elapsed, or the cancellationToken was canceled.
This will block until after all on termination callbacks have been run.
(Inherited from ActorSystem.)Returns true if the system was shutdown during the specified time; false if it timed out, or the cancellationToken was canceled. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetExtension(IExtensionId) |
Returns an extension registered to this ActorSystem
(Inherited from ActorSystem.) |
![]() | GetExtensionT |
Returns an extension registered to this ActorSystem
(Inherited from ActorSystem.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasExtension(Type) |
Determines whether this instance has the specified extension.
(Inherited from ActorSystem.) |
![]() | HasExtensionT |
Determines whether this instance has the specified extension.
(Inherited from ActorSystem.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterExtension | (Inherited from ActorSystem.) |
![]() | Shutdown |
Stop this actor system. This will stop the guardian actor, which in turn
will recursively stop all its child actors, then the system guardian
(below which the logging actors reside) and the execute all registered
termination handlers ([!:ActorSystem.RegisterOnTermination]).
(Inherited from ActorSystem.) |
![]() | Stop | (Inherited from ActorSystem.) |
![]() | SystemActorOf(Props, String) | Creates a new system actor in the "/system" namespace. This actor
will be shut down during system shutdown only after all user actors have
terminated. |
![]() | SystemActorOfTActor(String) | Creates a new system actor in the "/system" namespace. This actor
will be shut down during system shutdown only after all user actors have
terminated. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetExtension(Type, Object) |
Tries to the get the extension of specified type.
(Inherited from ActorSystem.) |
![]() | TryGetExtensionT(T) |
Tries to the get the extension of specified type.
(Inherited from ActorSystem.) |
![]() | WaitForShutdown | Obsolete.
Block and prevent the main application thread from exiting unless
the actor system is shut down.
(Inherited from ActorSystem.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |
![]() | WithExtensionT | Overloaded.
Loads the extension and casts it to the expected type if it's already registered
(Defined by ActorSystemWithExtensions.) |
![]() | WithExtensionT(Type) | Overloaded.
Registers a type and returns it if one doesn't yet exist
(Defined by ActorSystemWithExtensions.) |
![]() | WithExtensionT, TI | Overloaded.
Registers a type and returns it if one doesn't yet exist
(Defined by ActorSystemWithExtensions.) |