OpenTerminalAsync Method
Creates a pseudo-terminal to be used to help display data for a channel.
Syntax
[VB.NET] Public Function OpenTerminalAsync(ByVal ChannelId As String, ByVal TerminalType As String, ByVal Width As Integer, ByVal Height As Integer, ByVal UsePixels As Boolean, ByVal Modes As String) As IAsyncAction
[C#] public IAsyncAction OpenTerminalAsync(string channelId, string terminalType, int width, int height, bool usePixels, string modes);