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

Dispose() защищенный Метод

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