C# 클래스 Corlib.ObservableExtensions

파일 보기 프로젝트 열기: GeorgeTsiokos/corlib

공개 메소드들

메소드 설명
ToObservable ( this asyncResult, System.TimeSpan timeout = null ) : IObservable

Converts the IAsyncResult to an obserable sequence

메소드 상세

ToObservable() 공개 정적인 메소드

Converts the IAsyncResult to an obserable sequence
public static ToObservable ( this asyncResult, System.TimeSpan timeout = null ) : IObservable
asyncResult this The asynchrous operation
timeout System.TimeSpan Optional timeout
리턴 IObservable