Compartir a través de


MultiClusterData.IsActiveGatewayForCluster(SiloAddress, String) Método

Definición

Compruebe si un silo determinado es una puerta de enlace activa para un clúster.

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

Parámetros

address
SiloAddress

la dirección del silo

clusterid
String

el identificador del clúster

Devoluciones

Se aplica a