Click or drag to resize
Akka.NETDeploy Methods

The Deploy type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(Deploy)
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.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToSurrogate
Creates a surrogate representation of the current Deploy.
Public methodWithDispatcher
Creates a new Deploy with a given dispatcher.
Note Note
This method is immutable and returns a new instance of Deploy.
Public methodWithFallback
Creates a new Deploy from this deployment using another Deploy to backfill options that might be missing from this deployment.
Note Note
This method is immutable and returns a new instance of Deploy.
Public methodWithMailbox
Creates a new Deploy with a given mailbox.
Note Note
This method is immutable and returns a new instance of Deploy.
Public methodWithRouterConfig
Creates a new Deploy with a given RouterConfig.
Note Note
This method is immutable and returns a new instance of Deploy.
Public methodWithScope
Creates a new Deploy with a given Scope.
Note Note
This method is immutable and returns a new instance of Deploy.
Top
Extension Methods
See Also