C# Class System.IO.FileStream.AsyncState

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

Private Methods

Méthode Description
AsyncState ( ) : Microsoft.Win32.SafeHandles

Initialize the AsyncState.

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

Sets the active buffer, offset, and count.