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")); }
public static object Max([ExcelArgument(Description = "The hash of a valid Sample object", Name = "Sample")] string hash) { return(Run(() => SampleLogic.Max(hash))); }