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