UIDispatcher Constructor (SynchronizationContext)
Initializes a new instance of the UIDispatcher class with the specified context.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public UIDispatcher(
SynchronizationContext context
)
public:
UIDispatcher(
SynchronizationContext^ context
)
Public Sub New (
context As SynchronizationContext
)
Parameters
context
Type: System.Threading.SynchronizationContextThe synchronization context.
See Also
UIDispatcher Overload
UIDispatcher Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top