Click or drag to resize
Akka.NETTerminatedProps Class
This class represents a specialized Props used when the actor has been terminated.
Inheritance Hierarchy

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class TerminatedProps : Props

The TerminatedProps type exposes the following members.

Constructors
  NameDescription
Public methodTerminatedProps
Initializes a new instance of the TerminatedProps class
Top
Properties
  NameDescription
Public propertyArguments
The arguments needed to create the actor.
(Inherited from Props.)
Public propertyDeploy
The configuration used to deploy the actor.
(Inherited from Props.)
Public propertyDispatcher
The dispatcher used in the deployment of the actor.
(Inherited from Props.)
Public propertyMailbox
The mailbox used in the deployment of the actor.
(Inherited from Props.)
Public propertyRouterConfig
The router used in the deployment of the actor.
(Inherited from Props.)
Public propertySupervisorStrategy
The supervisor strategy used to manage the actor.
(Inherited from Props.)
Public propertyType
The type of the actor that is created.
(Inherited from Props.)
Public propertyTypeName
The assembly qualified name of the type of the actor that is created.
(Inherited from Props.)
Top
Methods
  NameDescription
Protected methodCopy
Creates a copy of the current instance.
(Inherited from Props.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Props.)
Public methodEquals(Props)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Props.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Props.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewActor
N/A
(Overrides PropsNewActor.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToSurrogate
Creates a surrogate representation of the current Props.
(Inherited from Props.)
Public methodWithDeploy
Creates a new Props with a given deployment configuration.
Note Note
This method is immutable and returns a new instance of Props.
(Inherited from Props.)
Public methodWithDispatcher
Creates a new Props with a given dispatcher.
Note Note
This method is immutable and returns a new instance of Props.
(Inherited from Props.)
Public methodWithMailbox
Creates a new Props with a given mailbox.
Note Note
This method is immutable and returns a new instance of Props.
(Inherited from Props.)
Public methodWithRouter
Creates a new Props with a given router.
Note Note
This method is immutable and returns a new instance of Props.
(Inherited from Props.)
Public methodWithSupervisorStrategy
Creates a new Props with a given supervisor strategy.
Note Note
This method is immutable and returns a new instance of Props.
(Inherited from Props.)
Top
Extension Methods
See Also