ServicePartitionResolverExtensions.DisableNotification メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この特定のインスタンス ServicePartitionResolver の通知を無効にする拡張メソッドです。既定では、サービス パーティション リゾルバーは通知用に登録されます。クライアントには、通知によって更新されるサービス エンドポイントのキャッシュがあり、この同じキャッシュが苦情ベースの解決要求を満たすために使用されます。 苦情ベースの解決のみに関心がある場合は、この拡張機能を使用して無効にすることができます。
public static Microsoft.ServiceFabric.Services.Client.ServicePartitionResolver DisableNotification (this Microsoft.ServiceFabric.Services.Client.ServicePartitionResolver partitionResolver);
static member DisableNotification : Microsoft.ServiceFabric.Services.Client.ServicePartitionResolver -> Microsoft.ServiceFabric.Services.Client.ServicePartitionResolver
<Extension()>
Public Function DisableNotification (partitionResolver As ServicePartitionResolver) As ServicePartitionResolver
パラメーター
- partitionResolver
- ServicePartitionResolver
通知を無効にする ServicePartitionResolver。
戻り値
ServicePartitionResolver
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET