Share via


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

See Also

UIDispatcher Overload
UIDispatcher Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top