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