Example #1
0
 public static Task <ServiceInformation> FindServiceInstanceAsync(string name)
 {
     return(_clusterProvider.FindServiceInstanceAsync(name));
 }