ClassDispatcherFactory
Class
Provides common dispatchers.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class DispatcherFactory
Inheritance: objectDispatcherFactory
Methods
CreateDispatcher(string, ApartmentState)
Creates new dispatcher with specific thread name and apartment state.
Declaration
cs-api-definition
public static Dispatcher CreateDispatcher(string threadName, ApartmentState threadApartmentState)
Parameters
threadName
threadApartmentState
Returns