C# 클래스 Coroutine.Tests.TplExample

파일 보기 프로젝트 열기: bvanderveen/coroutine

공개 메소드들

메소드 설명
ReadStreamToEnd ( Stream stream ) : Task

비공개 메소드들

메소드 설명
ReadCompleted ( Task read, TaskCompletionSource tcs, Stream stream, StringBuilder sb, byte buffer ) : void
StartRead ( TaskCompletionSource tcs, Stream stream, StringBuilder sb, byte buffer ) : void

메소드 상세

ReadStreamToEnd() 공개 정적인 메소드

public static ReadStreamToEnd ( Stream stream ) : Task
stream Stream
리턴 Task