ClearCanvas.Dicom.Network.NetworkBase.CloseNetwork C# (CSharp) Method

CloseNetwork() protected abstract method

Method for closing the network connection.
protected abstract CloseNetwork ( int millisecondsTimeout ) : void
millisecondsTimeout int The timeout in milliseconds to wait for the closure /// of the network.
return void
        protected abstract void CloseNetwork(int millisecondsTimeout);