AsyncServiceProvider Constructor (IAsyncServiceProvider^)

Visual Studio 2015
 

Creates a new AsyncServiceProvider with the specified service provider.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
AsyncServiceProvider(
	IAsyncServiceProvider^ serviceProvider
)

Parameters

serviceProvider
Type: Microsoft.VisualStudio.Shell.Interop::IAsyncServiceProvider^

The underlying service provider to use to answer requests.

Return to top
Show: