Click or drag to resize
Akka.NETRemoteTransportManagementCommand Method
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.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract Task<bool> ManagementCommand(
	Object cmd
)

Parameters

cmd
Type: SystemObject
a Command message to send to the transport

Return Value

Type: TaskBoolean
A task that indicates when the message was successfully handled or dropped
See Also