|  | AssociationHandleDisassociate Method | 
 
            Closes the underlying transport link, if needed. Some transports might not need an explicit teardown (UDP) and some
            transports may not support it. Remote endpoint of the channel or connection MAY be notified, but this is not
            guaranteed.
            
            The transport that provides the handle MUST guarantee that Disassociate could be called arbitrarily many times.
            
 
    Namespace: 
   Akka.Remote.Transport
    Assembly:
   Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
 Syntax
Syntaxpublic abstract void Disassociate()
abstract Disassociate : unit -> unit 
 See Also
See Also