| RemoteTransportManagementCommand 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
)
abstract ManagementCommand :
cmd : Object -> Task<bool>
Parameters
- cmd
- Type: SystemObject
a Command message to send to the transport
Return Value
Type:
TaskBooleanA task that indicates when the message was successfully handled or dropped
See Also