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