EvilDICOM.Network.Association.Release C# (CSharp) Method

Release() public method

public Release ( ) : void
return void
        public void Release()
        {
            State = NetworkState.CLOSING_ASSOCIATION;
            Stream.Flush();
        }