Skip to content

Instantly share code, notes, and snippets.

@KevinDJones
Created November 14, 2018 14:45
Show Gist options
  • Save KevinDJones/6dc76218f59b3d994e116aad062f823d to your computer and use it in GitHub Desktop.
Save KevinDJones/6dc76218f59b3d994e116aad062f823d to your computer and use it in GitHub Desktop.
[FunctionName("O_SendEmail")]
public static async Task EmailSender(
[OrchestrationTrigger] DurableOrchestrationContextBase context,
ILogger log)
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment