GlobalBrokeredServiceContainer.ProfferedViewIntrinsicService.GetProxyAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetProxyAsync<T>(ServiceRpcDescriptor, ServiceActivationOptions, CancellationToken) |
古い.
クライアント プロキシを介して一部のサービスへのアクセスを要求します。 |
GetProxyAsync<T>(GlobalBrokeredServiceContainer+View, ServiceRpcDescriptor, ServiceActivationOptions, CancellationToken) |
クライアント プロキシを介して一部のサービスへのアクセスを要求します。 |
GetProxyAsync<T>(ServiceRpcDescriptor, ServiceActivationOptions, CancellationToken)
注意事項
Use the overload that takes a View instead.
クライアント プロキシを介して一部のサービスへのアクセスを要求します。
[System.Obsolete("Use the overload that takes a View instead.", true)]
public override System.Threading.Tasks.ValueTask<T?> GetProxyAsync<T> (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor serviceDescriptor, Microsoft.ServiceHub.Framework.ServiceActivationOptions options, System.Threading.CancellationToken cancellationToken) where T : class;
[<System.Obsolete("Use the overload that takes a View instead.", true)>]
override this.GetProxyAsync : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * Microsoft.ServiceHub.Framework.ServiceActivationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<'T (requires 'T : null)> (requires 'T : null)
Public Overrides Function GetProxyAsync(Of T As Class) (serviceDescriptor As ServiceRpcDescriptor, options As ServiceActivationOptions, cancellationToken As CancellationToken) As ValueTask(Of T)
型パラメーター
- T
作成するクライアント プロキシの種類。
パラメーター
- serviceDescriptor
- ServiceRpcDescriptor
サービスの記述子。
- options
- ServiceActivationOptions
サービスのアクティブ化方法を変更したり、サービス コンストラクターに追加のデータを提供したりする追加のオプション。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
サービスとの通信に使用できるクライアント プロキシ。または null
、一致するサービスが見つからない場合は 。
これは、返されたインスタンスが を実装している場合に不要になった場合に破棄する IDisposable必要があります。
- 属性
適用対象
GetProxyAsync<T>(GlobalBrokeredServiceContainer+View, ServiceRpcDescriptor, ServiceActivationOptions, CancellationToken)
クライアント プロキシを介して一部のサービスへのアクセスを要求します。
public System.Threading.Tasks.ValueTask<T?> GetProxyAsync<T> (Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.View view, Microsoft.ServiceHub.Framework.ServiceRpcDescriptor serviceDescriptor, Microsoft.ServiceHub.Framework.ServiceActivationOptions options = default, System.Threading.CancellationToken cancellationToken = default) where T : class;
override this.GetProxyAsync : Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.View * Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * Microsoft.ServiceHub.Framework.ServiceActivationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<'T (requires 'T : null)> (requires 'T : null)
Public Function GetProxyAsync(Of T As Class) (view As GlobalBrokeredServiceContainer.View, serviceDescriptor As ServiceRpcDescriptor, Optional options As ServiceActivationOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of T)
型パラメーター
- T
作成するクライアント プロキシの種類。
パラメーター
このサービスの要求に使用されるビュー。
- serviceDescriptor
- ServiceRpcDescriptor
サービスの記述子。
- options
- ServiceActivationOptions
サービスのアクティブ化方法を変更したり、サービス コンストラクターに追加のデータを提供したりする追加のオプション。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
サービスとの通信に使用できるクライアント プロキシ。または null
、一致するサービスが見つからない場合は 。
これは、返されたインスタンスが を実装している場合に不要になった場合に破棄する IDisposable必要があります。