IVsClientTargetsService Interface

Definition

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.

Applies to