TerminatedProps Members

The TerminatedProps type exposes the following members.

Methods


  Name Description
Protected method Copy (Inherited from Props.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NewActor
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method WithDeploy
Returns a new Props with the specified deployment configuration.
(Inherited from Props.)
Public method WithDispatcher
Returns a new Props with the specified dispatcher set.
(Inherited from Props.)
Public method WithMailbox
Returns a new Props with the specified mailbox set.
(Inherited from Props.)
Public method WithRouter
Returns a new Props with the specified router config set.
(Inherited from Props.)
Public method WithSupervisorStrategy
Returns a new Props with the specified supervisor strategy set.
(Inherited from Props.)

Properties


  Name Description
Public property Arguments
Gets the arguments.
(Inherited from Props.)
Public property Deploy
Gets or sets the deploy.
(Inherited from Props.)
Public property Dispatcher
Gets or sets the dispatcher.
(Inherited from Props.)
Public property Mailbox
Gets or sets the mailbox.
(Inherited from Props.)
Public property RouterConfig
Gets or sets the router configuration.
(Inherited from Props.)
Public property SupervisorStrategy
Gets or sets the supervisor strategy.
(Inherited from Props.)
Public property Type
Gets or sets the type.
(Inherited from Props.)