コード例 #1
0
ファイル: Replicator.cs プロジェクト: shm512/intern-2014
 public Replicator(IServiceClient serviceClient, IApplicationSettings applicationSettings)
 {
     endpoints          = applicationSettings.GetIPEndpointsArray("endpoints");
     this.serviceClient = serviceClient;
 }
コード例 #2
0
ファイル: Replicator.cs プロジェクト: kontur-edu/intern-2014
 public Replicator(IServiceClient serviceClient, IApplicationSettings applicationSettings)
 {
     endpoints = applicationSettings.GetIPEndpointsArray("endpoints");
     this.serviceClient = serviceClient;
 }