| Props Methods |
The Props type exposes the following members.
| Name | Description | |
|---|---|---|
| Copy |
Copies this instance.
| |
| Create(Type, Object) |
Creates the specified type.
| |
| CreateTActor(Object) |
Creates this instance.
| |
| CreateTActor(SupervisorStrategy) |
Creates this instance.
| |
| CreateTActor(ExpressionFuncTActor, SupervisorStrategy) |
Creates the specified factory.
| |
| CreateByTProducer |
Creates an actor by an actor producer
| |
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(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 | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewActor |
Create a new actor instance. This method is only useful when called during
actor creation by the ActorSystem.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WithDeploy |
Returns a new Props with the specified deployment configuration.
| |
| WithDispatcher |
Returns a new Props with the specified dispatcher set.
| |
| WithMailbox |
Returns a new Props with the specified mailbox set.
| |
| WithRouter |
Returns a new Props with the specified router config set.
| |
| WithSupervisorStrategy |
Returns a new Props with the specified supervisor strategy set.
|
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |