Beispiel #1
0
 public static ReplicaWeights GetReplicaWeights([NotNull] this IServiceTopologyProperties properties)
 => PropertiesHelper.GetReplicaWeights(properties);
Beispiel #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();
Beispiel #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());