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;
 }