|  | TransportShutdown 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
Syntaxpublic abstract Task<bool> Shutdown()
abstract Shutdown : unit -> Task<bool> 
Return Value
Type: 
TaskBooleanTask signaling the completion of the shutdown.
 See Also
See Also