Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.SynchronizationContext- The synchronization context. 
See Also
UIDispatcher Overload
UIDispatcher Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top