コード例 #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;
 }
コード例 #2
0
ファイル: DomainProxy.cs プロジェクト: CharlesMartel/Presto
 /// <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;
 }