C# 클래스 System.Net.BufferedReadStream.ReadAsyncResult

상속: LazyAsyncResult
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

비공개 메소드들

메소드 설명
End ( IAsyncResult result ) : int
OnRead ( IAsyncResult result ) : void
Read ( byte buffer, int offset, int count ) : void
ReadAsyncResult ( BufferedReadStream parent, AsyncCallback callback, object state ) : System