AsyncPackage::InitializeAsync Method (CancellationToken, IProgress<ServiceProgressData^>^)

Visual Studio 2015
 

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

protected:
virtual Task^ InitializeAsync(
	CancellationToken cancellationToken,
	IProgress<ServiceProgressData^>^ progress
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

progress
Type: System::IProgress<ServiceProgressData^>^

Return Value

Type: System.Threading.Tasks::Task^

Return to top
Show: