TerminalControl.BindAsync Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9448)
BindAsync(IShellChannelFactory, Object)
Begins asynchronous Bind operation. Binds the control 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 |