Click or drag to resize
Akka.NETRemoteTransportShutdown 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()

Return Value

Type: Task
A Task that can be waited on until shutdown is complete
See Also