C# Class System.IO.FileStream.AsyncState

State used when the stream is in async mode.
Inheritance: System.Threading.SemaphoreSlim
Datei anzeigen Open project: dotnet/corefx

Private Methods

Method Description
AsyncState ( ) : Microsoft.Win32.SafeHandles

Initialize the AsyncState.

Update ( byte buffer, int offset, int count ) : void

Sets the active buffer, offset, and count.