次の方法で共有


ServicePartitionResolverExtensions.DisableNotification メソッド

定義

この特定のインスタンス 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

適用対象