Props Members
The Props type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Props()()()() |
Initializes a new instance of the Props class.
|
![]() |
Props(Type, SupervisorStrategy, IEnumerable<(Of <<'(Object>)>>)) | |
![]() |
Props(Type, SupervisorStrategy, array<Object>[]()[][]) | |
![]() |
Props(Deploy, Type, IEnumerable<(Of <<'(Object>)>>)) |
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.
|
Properties
Name | Description | |
---|---|---|
![]() |
Arguments |
Gets the arguments.
|
![]() |
Deploy |
Gets or sets the deploy.
|
![]() |
Dispatcher |
Gets or sets the dispatcher.
|
![]() ![]() |
Empty |
A Props instance whose creator will create an actor that doesn't respond to any message
|
![]() |
Mailbox |
Gets or sets the mailbox.
|
![]() |
RouterConfig |
Gets or sets the router configuration.
|
![]() |
SupervisorStrategy |
Gets or sets the supervisor strategy.
|
![]() |
Type |
Gets or sets the type.
|