Exemplo n.º 1
0
 /// <summary>
 /// Set up the cluster proxy instance for the domain and tell the domain what its Key is.
 /// </summary>
 /// <param name="clusterProxy">The cluster proxy instance to be set up.</param>
 /// <param name="domainKey">The domain Key of the domain.</param>
 public void ConfigureCluster(IClusterProxy clusterProxy, string domainKey)
 {
     Cluster.Key          = domainKey;
     Cluster.ClusterProxy = clusterProxy;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Set up the cluster proxy instance for the domain and tell the domain what its Key is.
 /// </summary>
 /// <param name="clusterProxy">The cluster proxy instance to be set up.</param>
 /// <param name="domainKey">The domain Key of the domain.</param>
 public void ConfigureCluster(IClusterProxy clusterProxy, string domainKey)
 {
     Cluster.Key = domainKey;
     Cluster.ClusterProxy = clusterProxy;
 }