Class DispatcherFactory
Inheritance
System.Object
DispatcherFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class DispatcherFactory
Methods
CreateDispatcher(String, ApartmentState)
Declaration
public static Dispatcher CreateDispatcher(string threadName, ApartmentState threadApartmentState)
Parameters
System.String
threadName
|
System.Threading.ApartmentState
threadApartmentState
|
Returns
System.Windows.Threading.Dispatcher
|