다음을 통해 공유


Qbservable.Start 메서드(IQbservableProvider, 식<작업>, IScheduler)

동작을 비동기적으로 호출합니다.

네임스페이스:System.Reactive.Linq
어셈블리: System.Reactive.Providers(System.Reactive.Providers.dll)

구문

'Declaration
<ExtensionAttribute> _
Public Shared Function Start ( _
    provider As IQbservableProvider, _
    action As Expression(Of Action), _
    scheduler As IScheduler _
) As IQbservable(Of Unit)
'Usage
Dim provider As IQbservableProvider
Dim action As Expression(Of Action)
Dim scheduler As IScheduler
Dim returnValue As IQbservable(Of Unit)

returnValue = provider.Start(action, _
    scheduler)
public static IQbservable<Unit> Start(
    this IQbservableProvider provider,
    Expression<Action> action,
    IScheduler scheduler
)
[ExtensionAttribute]
public:
static IQbservable<Unit>^ Start(
    IQbservableProvider^ provider, 
    Expression<Action^>^ action, 
    IScheduler^ scheduler
)
static member Start : 
        provider:IQbservableProvider * 
        action:Expression<Action> * 
        scheduler:IScheduler -> IQbservable<Unit> 
public static function Start(
    provider : IQbservableProvider, 
    action : Expression<Action>, 
    scheduler : IScheduler
) : IQbservable<Unit>

매개 변수

반환 값

형식: System.Reactive.Linq.IQbservable<Unit>
비동기적으로 작업입니다.

사용 정보

Visual Basic 및 C#에서는 IQbservableProvider 형식의 모든 개체에서 이 메서드를 instance 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출할 경우에는 첫 번째 매개 변수를 생략합니다. 자세한 내용은 또는 를 참조하세요.

참고 항목

참조

Qbservable 클래스

오버로드 시작

System.Reactive.Linq 네임스페이스