Condividi tramite


MultiClusterData.IsActiveGatewayForCluster(SiloAddress, String) Metodo

Definizione

Verificare se un particolare silo è un gateway attivo per un cluster

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

Parametri

address
SiloAddress

indirizzo silo

clusterid
String

ID del cluster

Restituisce

Si applica a