C# Class System.IO.FileStream.AsyncState

State used when the stream is in async mode.
Inheritance: System.Threading.SemaphoreSlim
显示文件 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.