次の方法で共有


MultiClusterData.IsActiveGatewayForCluster(SiloAddress, String) メソッド

定義

特定のサイロがクラスターのアクティブ なゲートウェイであるかどうかを確認する

public bool IsActiveGatewayForCluster (Orleans.Runtime.SiloAddress address, string clusterid);
member this.IsActiveGatewayForCluster : Orleans.Runtime.SiloAddress * string -> bool
Public Function IsActiveGatewayForCluster (address As SiloAddress, clusterid As String) As Boolean

パラメーター

address
SiloAddress

サイロ アドレス

clusterid
String

クラスターの ID

戻り値

適用対象