Click or drag to resize

TaskUtilitiesEnsureSTAThreadTask Method

Overload List
  NameDescription
Public methodStatic memberEnsureSTAThreadTask(Action)
If the current thread is STA, run the specified action, otherwise start an STA thread and run the action in this new thread.
Public methodStatic memberEnsureSTAThreadTaskT(FuncT)
If the current thread is STA, run the specified function, otherwise start an STA thread and run the function in this new thread.
Top
See Also