Amazon.Runtime.Internal.Util.NonDisposingWrapperStream.Close C# (CSharp) Метод

Close() публичный Метод

The Close implementation for this wrapper stream does not close the underlying stream.
public Close ( ) : void
Результат void
        public override void Close()
        {
            // Suppress disposing the stream by not calling Close() on the base stream.            
        }
#endif