Click or drag to resize
Akka.NETMailboxes Methods

The Mailboxes type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodFromConfig
Creates a mailbox from a configuration path.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMailboxType
TBD
Public methodGetRequiredType
TBD
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasRequiredType
Check if this actor class can have a required message queue type.
Public methodLookup
Returns a MailboxType as specified in configuration, based on the id, or if not defined null.
Public methodLookupByQueueType
Returns a MailboxType as specified in configuration, based on the type, or if not defined null.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProducesMessageQueue
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also