Ejemplo n.º 1
0
 /// <summary>
 /// This is the modified handler to use the wrapper with a void synchronous function.
 /// </summary>
 public void VoidFunction(string input, ILambdaContext context)
 {
     s_functionWrapper.Invoke(OriginalVoidFunction, input, context);
 }