Пример #1
0
 public static object MaxAsync([ExcelArgument(Description = "The hash of a valid Sample object", Name = "Sample")] string hash)
 {
     return(RunAsync(() => SampleLogic.Max(hash), "Lloyds.Async.Sample.Max"));
 }
Пример #2
0
 public static object Max([ExcelArgument(Description = "The hash of a valid Sample object", Name = "Sample")] string hash)
 {
     return(Run(() => SampleLogic.Max(hash)));
 }