Open Rails

Task(T) Constructor

[This is preliminary documentation and subject to change.]

Task<T>(
   Control control,
   Func<T> work,
   Action<T> success
);

See Also

Task<T> Class | ORTS Namespace | Task<T> Constructor Overload List