IAsyncServiceProvider::GetServiceAsync Method (Type^)

Visual Studio 2015
 

Gets a service asynchronously.

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

Task<Object^>^ GetServiceAsync(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

Teh type of the service.

Return Value

Type: System.Threading.Tasks::Task<Object^>^

Returns Task<TResult>.

Return to top
Show: