Amazon.Runtime.Internal.Util.WrapperStream.Flush C# (CSharp) 메소드

Flush() 공개 메소드

Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
public Flush ( ) : void
리턴 void
        public override void Flush()
        {
            BaseStream.Flush();
        }