Compartilhar via


GlobalBrokeredServiceContainer.ProfferedViewIntrinsicService.GetPipeAsync Método

Definição

Sobrecargas

GetPipeAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken)
Obsoleto.

Solicita acesso a algum serviço por meio de um IDuplexPipe.

GetPipeAsync(GlobalBrokeredServiceContainer+View, ServiceMoniker, ServiceActivationOptions, CancellationToken)

Solicita acesso a algum serviço por meio de um IDuplexPipe.

GetPipeAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken)

Cuidado

Use the overload that takes a View instead.

Solicita acesso a algum serviço por meio de um IDuplexPipe.

[System.Obsolete("Use the overload that takes a View instead.", true)]
public override System.Threading.Tasks.ValueTask<System.IO.Pipelines.IDuplexPipe?> GetPipeAsync (Microsoft.ServiceHub.Framework.ServiceMoniker serviceMoniker, Microsoft.ServiceHub.Framework.ServiceActivationOptions options, System.Threading.CancellationToken cancellationToken);
[<System.Obsolete("Use the overload that takes a View instead.", true)>]
override this.GetPipeAsync : Microsoft.ServiceHub.Framework.ServiceMoniker * Microsoft.ServiceHub.Framework.ServiceActivationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.IO.Pipelines.IDuplexPipe>
Public Overrides Function GetPipeAsync (serviceMoniker As ServiceMoniker, options As ServiceActivationOptions, cancellationToken As CancellationToken) As ValueTask(Of IDuplexPipe)

Parâmetros

serviceMoniker
ServiceMoniker

O moniker para o serviço.

options
ServiceActivationOptions

Opções adicionais que alteram como o serviço pode ser ativado ou fornecem dados adicionais para o construtor de serviço.

cancellationToken
CancellationToken

Um token de cancelamento.

Retornos

O pipe duplex que pode ser usado para se comunicar com o serviço; ou null se nenhum serviço correspondente puder ser encontrado. Isso deve ser descartado quando não for mais necessário.

Atributos

Aplica-se a

GetPipeAsync(GlobalBrokeredServiceContainer+View, ServiceMoniker, ServiceActivationOptions, CancellationToken)

Solicita acesso a algum serviço por meio de um IDuplexPipe.

public System.Threading.Tasks.ValueTask<System.IO.Pipelines.IDuplexPipe?> GetPipeAsync (Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.View view, Microsoft.ServiceHub.Framework.ServiceMoniker serviceMoniker, Microsoft.ServiceHub.Framework.ServiceActivationOptions options = default, System.Threading.CancellationToken cancellationToken = default);
override this.GetPipeAsync : Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.View * Microsoft.ServiceHub.Framework.ServiceMoniker * Microsoft.ServiceHub.Framework.ServiceActivationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.IO.Pipelines.IDuplexPipe>
Public Function GetPipeAsync (view As GlobalBrokeredServiceContainer.View, serviceMoniker As ServiceMoniker, Optional options As ServiceActivationOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of IDuplexPipe)

Parâmetros

view
GlobalBrokeredServiceContainer.View

A exibição usada para solicitar esse serviço.

serviceMoniker
ServiceMoniker

O moniker para o serviço.

options
ServiceActivationOptions

Opções adicionais que alteram como o serviço pode ser ativado ou fornecem dados adicionais para o construtor de serviço.

cancellationToken
CancellationToken

Um token de cancelamento.

Retornos

O pipe duplex que pode ser usado para se comunicar com o serviço; ou null se nenhum serviço correspondente puder ser encontrado. Isso deve ser descartado quando não for mais necessário.

Aplica-se a