VirtualTerminal.BindAsync Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
BindAsync(IShellChannelFactory, Object)
Begins asynchronous Bind operation. Binds the terminal to the specified shell channel factory - usually an instance of Rebex.Net.Ssh or Rebex.Net.Telnet class.
Declaration
public Task BindAsync(IShellChannelFactory factory, object state = null)
Parameters
Type | Name | Description |
---|---|---|
IShellChannelFactory | factory | Shell channel factory. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |