Observable.Start Method

Include Protected Members
Include Inherited Members

Invokes the function asynchronously.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Start(Action) Invokes the action asynchronously.
Public methodStatic member Start<TSource>(Func<TSource>) Invokes the function asynchronously.
Public methodStatic member Start(Action, IScheduler) Invokes the action asynchronously.
Public methodStatic member Start<TSource>(Func<TSource>, IScheduler) Invokes the function asynchronously.

Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace