Show / Hide Table of Contents

Class TaskHelpers

Useful helper methods for System.Threading.Tasks.Task.

Inheritance
Object
TaskHelpers
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM
Assembly: IRM.dll
Syntax
public class TaskHelpers

Methods

Completed()

Returns a completed task that has no result.

Declaration
public static Task Completed()
Returns
System.Threading.Tasks.Task

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX