コード例 #1
0
 public NotifyEndpointsAboutTopologyChange(NodeEndpoint[] endpoints,
     IDistributedHashTableRemoteNodeFactory distributedHashTableRemoteNodeFactory)
 {
     this.endpoints = endpoints;
     this.distributedHashTableRemoteNodeFactory = distributedHashTableRemoteNodeFactory;
 }
コード例 #2
0
 public NotifyEndpointsAboutTopologyChange(NodeEndpoint[] endpoints,
                                           IDistributedHashTableRemoteNodeFactory distributedHashTableRemoteNodeFactory)
 {
     this.endpoints = endpoints;
     this.distributedHashTableRemoteNodeFactory = distributedHashTableRemoteNodeFactory;
 }