C# Class GitHub.VisualStudio.ServiceProviderPackage

Inheritance: AsyncPackage
显示文件 Open project: github/VisualStudio

Private Properties

Property Type Description
CreateService Task

Protected Methods

Method Description
InitializeAsync ( CancellationToken cancellationToken, IProgress progress ) : System.Threading.Tasks.Task

Private Methods

Method Description
CreateService ( IAsyncServiceContainer container, CancellationToken cancellationToken, Type serviceType ) : Task

Method Details

InitializeAsync() protected method

protected InitializeAsync ( CancellationToken cancellationToken, IProgress progress ) : System.Threading.Tasks.Task
cancellationToken System.Threading.CancellationToken
progress IProgress
return System.Threading.Tasks.Task