TaskUtility Class
Members for Task.
Namespace
Songhay
Base Types
  • object
graph BT Type-->Base0["object"] Type["TaskUtility"] class Type type-node

Syntax

public static class TaskUtility

Methods

Name Return Value Summary
Delay(TimeSpan, Action<Task>?, TaskScheduler?) Task
Delays with a Timer task for the specified TimeSpan.
static
Delay(TimeSpan, Action<Task>?) Task
Delays with a Timer task for the specified TimeSpan.
static