Esempio n. 1
0
 public static ReplicaWeights GetReplicaWeights([NotNull] this IServiceTopologyProperties properties)
 => PropertiesHelper.GetReplicaWeights(properties);
Esempio n. 2
0
 public static Uri[] GetBlacklist([NotNull] this IServiceTopologyProperties properties)
 => PropertiesHelper.GetBlacklist(properties);
 public static IReadOnlyDictionary <Uri, TagCollection> GetTags([NotNull] this IServiceTopologyProperties properties)
 => properties.GetServiceTags();
Esempio n. 4
0
 public static Uri GetExternalUrl([NotNull] this IServiceTopologyProperties properties)
 => PropertiesHelper.GetExternalUrl(properties);
 public static TagCollection GetReplicaTags([NotNull] this IServiceTopologyProperties properties, Uri replicaUrl)
 => properties.GetReplicaTags(replicaUrl.ToString());