SafeDispatcher Constructors

Definition

Overloads

SafeDispatcher(String)
SafeDispatcher(String, ApartmentState)
SafeDispatcher(String, ApartmentState, Boolean)

SafeDispatcher(String)

public:
 SafeDispatcher(System::String ^ threadName);
public SafeDispatcher (string threadName);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcher : string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcher
Public Sub New (threadName As String)

Parameters

threadName
String

Applies to

SafeDispatcher(String, ApartmentState)

public:
 SafeDispatcher(System::String ^ threadName, System::Threading::ApartmentState apartmentState);
public SafeDispatcher (string threadName, System.Threading.ApartmentState apartmentState);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcher : string * System.Threading.ApartmentState -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcher
Public Sub New (threadName As String, apartmentState As ApartmentState)

Parameters

threadName
String
apartmentState
ApartmentState

Applies to

SafeDispatcher(String, ApartmentState, Boolean)

public:
 SafeDispatcher(System::String ^ threadName, System::Threading::ApartmentState apartmentState, bool isbackgrownd);
public SafeDispatcher (string threadName, System.Threading.ApartmentState apartmentState, bool isbackgrownd);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcher : string * System.Threading.ApartmentState * bool -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcher
Public Sub New (threadName As String, apartmentState As ApartmentState, isbackgrownd As Boolean)

Parameters

threadName
String
apartmentState
ApartmentState
isbackgrownd
Boolean

Applies to