Düzenle

Aracılığıyla paylaş


MultiClusterData.IsActiveGatewayForCluster(SiloAddress, String) Method

Definition

Check whether a particular silo is an active gateway for a 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

Parameters

address
SiloAddress

the silo address

clusterid
String

the id of the cluster

Returns

Applies to