Amazon.Runtime.Internal.Util.WrapperStream.Flush C# (CSharp) Méthode

Flush() public méthode

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