Click or drag to resize
TerminatedProps Class

[Missing <summary> documentation for "T:Akka.Actor.TerminatedProps"]

Inheritance Hierarchy

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
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
Methods
  NameDescription
Protected methodCopy
Copies this instance.
(Inherited from Props.)
Public methodEquals(Object) (Inherited from Props.)
Public methodEquals(Props) (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 (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 (Overrides PropsNewActor.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithDeploy
Returns a new Props with the specified deployment configuration.
(Inherited from Props.)
Public methodWithDispatcher
Returns a new Props with the specified dispatcher set.
(Inherited from Props.)
Public methodWithMailbox
Returns a new Props with the specified mailbox set.
(Inherited from Props.)
Public methodWithRouter
Returns a new Props with the specified router config set.
(Inherited from Props.)
Public methodWithSupervisorStrategy
Returns a new Props with the specified supervisor strategy set.
(Inherited from Props.)
Top
Extension Methods
Properties
  NameDescription
Public propertyArguments
Gets the arguments.
(Inherited from Props.)
Public propertyDeploy
Gets or sets the deploy.
(Inherited from Props.)
Public propertyDispatcher
Gets or sets the dispatcher.
(Inherited from Props.)
Public propertyMailbox
Gets or sets the mailbox.
(Inherited from Props.)
Public propertyRouterConfig
Gets or sets the router configuration.
(Inherited from Props.)
Public propertySupervisorStrategy
Gets or sets the supervisor strategy.
(Inherited from Props.)
Public propertyType
Gets the type.
(Inherited from Props.)
Public propertyTypeName (Inherited from Props.)
Top
See Also