Click or drag to resize
Akka.NETRemoteTransport Methods

The RemoteTransport 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLocalAddressForRemote
Resolves the correct local address to be used for contacting the given remote address
Public methodManagementCommand
Sends a management command to the underlying transport stack. The call returns with a Task that indicates if the command was handled successfully or dropped.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQuarantine
Marks a remote system as out of sync and prevents reconnects until the quarantine timeout elapses.
Public methodSend
Sends the given message to the recipient, supplying sender if any.
Public methodShutdown
Shuts down the remoting
Public methodStart
Start up the transport, i.e. enable incoming connections
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also