AsyncPackage.AddService Method
Visual Studio 2015
Adds an asynchronous service to this package.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddService(Type, AsyncServiceCreatorCallback) | Adds an async service to this package. This service is no visible outside of this package. |
![]() | AddService(Type, AsyncServiceCreatorCallback, Boolean) | Adds an async service to this package. This service may or may not be visible outside of this package, depending on the value of promote. |
![]() | AddService(Type, AsyncServiceCreatorWithProgressCallback) | Adds an async service to this package. This service is not visible outside this package. |
![]() | AddService(Type, AsyncServiceCreatorWithProgressCallback, Boolean) | Adds an async service to this package. This service may or may not be visible outside of this package, depending on the value of promote. |
Show:
