SendToTerminalOrEmailAsync Method
Sends to terminal or email.
Syntax
[VB.NET]
Public Function SendToTerminalOrEmailAsync() As Task
[C#]
public Task SendToTerminalOrEmailAsync();
Remarks
This method is the asynchronous version of the
SendToTerminalOrEmail method and is used to support asynchronous operations in WinRT. Please refer to
SendToTerminalOrEmail for more information.