IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

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 Task
[C#]
public Task OpenTerminalAsync(string channelId, string terminalType, int width, int height, bool usePixels, string modes);

Remarks

This method is the asynchronous version of the OpenTerminal method and is used to support asynchronous operations in WinRT. Please refer to OpenTerminal for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0