Пример #1
0
 public static bool IsDatacenterDedicated(bool wrapException)
 {
     return(Datacenter.IsFeatureEnabled(wrapException, new Func <bool>(DatacenterRegistry.IsDatacenterDedicated)));
 }
Пример #2
0
 public static bool IsPartnerHostedOnly(bool wrapException)
 {
     return(Datacenter.IsFeatureEnabled(wrapException, new Func <bool>(DatacenterRegistry.IsPartnerHostedOnly)));
 }
Пример #3
0
 public static bool TreatPreReqErrorsAsWarnings(bool wrapException)
 {
     return(Datacenter.IsFeatureEnabled(wrapException, new Func <bool>(DatacenterRegistry.TreatPreReqErrorsAsWarnings)));
 }