Skip to content

Commit 1f0ea57

Browse files
Merge pull request #155 from sendgrid/thinkingserious-console-application
Updated instructions for Console Applications
2 parents e75eaee + d6f3b9a commit 1f0ea57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ var transportWeb = new Web("This string is an API key");
9191

9292
// Send the email.
9393
transportWeb.DeliverAsync(myMessage);
94+
// If your developing a Console Application, use the following
95+
// transportWeb.DeliverAsync(myMessage).Wait();
9496
```
9597

9698
#How to: Add an Attachment

0 commit comments

Comments
 (0)