| TerminatedProps Class |
[Missing <summary> documentation for "T:Akka.Actor.TerminatedProps"]
Namespace: Akka.Actor
The TerminatedProps type exposes the following members.
| Name | Description | |
|---|---|---|
| TerminatedProps | Initializes a new instance of the TerminatedProps class |
| Name | Description | |
|---|---|---|
| Copy |
Copies this instance.
(Inherited from Props.) | |
| Equals(Object) | (Inherited from Props.) | |
| Equals(Props) | (Inherited from Props.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Inherited from Props.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewActor | (Overrides PropsNewActor.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WithDeploy |
Returns a new Props with the specified deployment configuration.
(Inherited from Props.) | |
| WithDispatcher |
Returns a new Props with the specified dispatcher set.
(Inherited from Props.) | |
| WithMailbox |
Returns a new Props with the specified mailbox set.
(Inherited from Props.) | |
| WithRouter |
Returns a new Props with the specified router config set.
(Inherited from Props.) | |
| WithSupervisorStrategy |
Returns a new Props with the specified supervisor strategy set.
(Inherited from Props.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| Arguments |
Gets the arguments.
(Inherited from Props.) | |
| Deploy |
Gets or sets the deploy.
(Inherited from Props.) | |
| Dispatcher |
Gets or sets the dispatcher.
(Inherited from Props.) | |
| Mailbox |
Gets or sets the mailbox.
(Inherited from Props.) | |
| RouterConfig |
Gets or sets the router configuration.
(Inherited from Props.) | |
| SupervisorStrategy |
Gets or sets the supervisor strategy.
(Inherited from Props.) | |
| Type |
Gets the type.
(Inherited from Props.) | |
| TypeName | (Inherited from Props.) |