Akka.Remote.Transport.AssociationHandle.Disassociate C# (CSharp) Метод

Disassociate() публичный абстрактный Метод

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.
public abstract Disassociate ( ) : void
Результат void
        public abstract void Disassociate();