Click or drag to resize
Akka.NETProps Methods

The Props type exposes the following members.

Methods
  NameDescription
Protected methodCopy
Creates a copy of the current instance.
Public methodStatic memberCreate(Type, Object)
Creates an actor of a specified type.
Public methodStatic memberCreateTActor(Object)
Creates an actor using the given arguments.
Public methodStatic memberCreateTActor(SupervisorStrategy)
Creates an actor using a specified supervisor strategy.
Public methodStatic memberCreateTActor(ExpressionFuncTActor, SupervisorStrategy)
Creates an actor using a specified lambda expression.
Public methodStatic memberCreateByTProducer
Creates an actor using a specified actor producer.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(Props)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewActor
Creates a new actor using the configured actor producer.
Remarks
This method is only useful when called during actor creation by the ActorSystem.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToSurrogate
Creates a surrogate representation of the current Props.
Public methodWithDeploy
Creates a new Props with a given deployment configuration.
Note Note
This method is immutable and returns a new instance of Props.
Public methodWithDispatcher
Creates a new Props with a given dispatcher.
Note Note
This method is immutable and returns a new instance of Props.
Public methodWithMailbox
Creates a new Props with a given mailbox.
Note Note
This method is immutable and returns a new instance of Props.
Public methodWithRouter
Creates a new Props with a given router.
Note Note
This method is immutable and returns a new instance of Props.
Public methodWithSupervisorStrategy
Creates a new Props with a given supervisor strategy.
Note Note
This method is immutable and returns a new instance of Props.
Top
Extension Methods
See Also