Click or drag to resize
Akka.NETTransportShutdown Method
Shuts down the transport layer and releases all of the corresponding resources. Shutdown is asynchronous and is signaled by the result of the returned Task. The transport SHOULD try flushing pending writes before becoming completely closed.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract Task<bool> Shutdown()

Return Value

Type: TaskBoolean
Task signaling the completion of the shutdown.
See Also