Click or drag to resize
Akka.NETTerminatedProps Methods

The TerminatedProps type exposes the following members.

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