Props Methods

The Props type exposes the following members.

Methods


  Name Description
Public method Static member Create(Type)
Creates the specified type.
Public method Static member Create<(Of <<'(TActor>)>>)(Expression<(Of <<'(Func<(Of <<'(TActor>)>>)>)>>), SupervisorStrategy)
Creates the specified factory.
Public method Static member Create<(Of <<'(TActor>)>>)()()()()
Creates this instance.
Public method Static member Create<(Of <<'(TActor>)>>)(SupervisorStrategy)
Creates this instance.
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NewActor
Create a new actor instance. This method is only useful when called during actor creation by the ActorSystem.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method WithDeploy
Returns a new Props with the specified deployment configuration.
Public method WithDispatcher
Returns a new Props with the specified dispatcher set.
Public method WithMailbox
Returns a new Props with the specified mailbox set.
Public method WithRouter
Returns a new Props with the specified router config set.
Public method WithSupervisorStrategy
Returns a new Props with the specified supervisor strategy set.