SyncTask Class

Methods to execute Task synchronously.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class SyncTask
Inheritance
Object    SyncTask

Constructors

SyncTaskInitializes a new instance of the SyncTask class

Methods

Run(FuncTask) Runs a task synchronously on the current TaskScheduler.
RunTResult(FuncTaskTResult) Runs a task synchronously on the current TaskScheduler.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also