Observable.Start メソッド (Action, IScheduler)

アクションを非同期的に呼び出します。

Namespace: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<ユニット>
アクションを非同期的に指定します。

参照

リファレンス

Observable クラス

オーバーロードの開始

System.Reactive.Linq 名前空間