C# Class GitHub.VisualStudio.ServiceProviderPackage

Inheritance: AsyncPackage
Afficher le fichier Open project: github/VisualStudio

Private Properties

Свойство Type Description
CreateService Task

Méthodes protégées

Méthode Description
InitializeAsync ( CancellationToken cancellationToken, IProgress progress ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
CreateService ( IAsyncServiceContainer container, CancellationToken cancellationToken, Type serviceType ) : Task

Method Details

InitializeAsync() protected méthode

protected InitializeAsync ( CancellationToken cancellationToken, IProgress progress ) : System.Threading.Tasks.Task
cancellationToken System.Threading.CancellationToken
progress IProgress
Résultat System.Threading.Tasks.Task