AsyncServiceCreatorCallback Delegate
Visual Studio 2015
The callback for the async service creator.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
public delegate Task<object> AsyncServiceCreatorCallback( IAsyncServiceContainer container, CancellationToken cancellationToken, Type serviceType )
Parameters
- container
-
Type:
Microsoft.VisualStudio.Shell.IAsyncServiceContainer
The service container.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
- serviceType
-
Type:
System.Type
The type of the service.
Show: