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