ThreadExtensions ClassDelta Engine Documentation
Useful wrapper functions for threading. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Extensions ThreadExtensions

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static class ThreadExtensions
Methods

  NameDescription
Public methodStatic memberEnqueueWorkerThread(Action)
Public methodStatic memberEnqueueWorkerThread T (T, Action T )
Public methodStatic memberEnqueueWorkerThread T1, T2 (T1, T2, Action T1, T2 )
Public methodStatic memberStart(Action)
Public methodStatic memberStart(Action Object , Object)
Public methodStatic memberStart(String, Action)
Top
See Also