Props Methods
The Props type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create(Type) |
Creates the specified type.
|
![]() ![]() |
Create<(Of <<'(TActor>)>>)(Expression<(Of <<'(Func<(Of <<'(TActor>)>>)>)>>), SupervisorStrategy) |
Creates the specified factory.
|
![]() ![]() |
Create<(Of <<'(TActor>)>>)()()()() |
Creates this instance.
|
![]() ![]() |
Create<(Of <<'(TActor>)>>)(SupervisorStrategy) |
Creates this instance.
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
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 |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
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.
|