IVsClientTargetsService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way for internal components to query for a brokered service descriptor that automatically sets the connection with the callback target initialized to handle the client interaction features specified.
public interface class IVsClientTargetsService
public interface IVsClientTargetsService
type IVsClientTargetsService = interface
Public Interface IVsClientTargetsService
Methods
CreateDescriptorAsync(ServiceJsonRpcDescriptor, ClientFeatures, CancellationToken) |
Creates a service descriptor that automatically adds the callback targets for the specified features when querying for a service. |
CreateDescriptorAsync(ServiceMoniker, ClientFeatures, Type, CancellationToken) |
Creates a service descriptor that automatically adds the callback targets for the specified features when querying for a service. The user specified callback target in ServiceActivationOptions will also be added after the client feature ones. |