다음을 통해 공유


Observable.Start 메서드(Action, IScheduler)

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

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

구문

'Declaration
Public Shared Function Start ( _
    action As Action, _
    scheduler As IScheduler _
) As IObservable(Of Unit)
'Usage
Dim action As Action
Dim scheduler As IScheduler
Dim returnValue As IObservable(Of Unit)

returnValue = Observable.Start(action, _
    scheduler)
public static IObservable<Unit> Start(
    Action action,
    IScheduler scheduler
)
public:
static IObservable<Unit>^ Start(
    Action^ action, 
    IScheduler^ scheduler
)
static member Start : 
        action:Action * 
        scheduler:IScheduler -> IObservable<Unit> 
public static function Start(
    action : Action, 
    scheduler : IScheduler
) : IObservable<Unit>

매개 변수

  • action
    형식: System.Action
    동기화에 사용되는 작업입니다.

반환 값

형식: System.IObservable<단위>
비동기적으로 작업입니다.

참고 항목

참조

관찰 가능한 클래스

오버로드 시작

System.Reactive.Linq 네임스페이스