| RemoteTransportShutdown Method |
Shuts down the remoting
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public abstract Task Shutdown()
abstract Shutdown : unit -> Task
Return Value
Type:
TaskA Task that can be waited on until shutdown is complete
See Also