VSCode-Logger API - v1.7.3
Preparing search index...
logSession/reconnectionController
ReconnectOptions
Interface ReconnectOptions
interface
ReconnectOptions
{
connect
:
(
endpoint
:
HostEndpoint
)
=>
Promise
<
void
>
;
endpoints
:
HostEndpoint
[]
;
isDisposed
:
()
=>
boolean
;
maxAttempts
:
number
;
onHostKeyMismatch
:
(
error
:
HostKeyMismatchError
)
=>
Promise
<
boolean
>
;
}
Index
Properties
connect
endpoints
is
Disposed
max
Attempts
on
Host
Key
Mismatch
Properties
connect
connect
:
(
endpoint
:
HostEndpoint
)
=>
Promise
<
void
>
endpoints
endpoints
:
HostEndpoint
[]
is
Disposed
isDisposed
:
()
=>
boolean
max
Attempts
maxAttempts
:
number
on
Host
Key
Mismatch
onHostKeyMismatch
:
(
error
:
HostKeyMismatchError
)
=>
Promise
<
boolean
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
endpoints
is
Disposed
max
Attempts
on
Host
Key
Mismatch
VSCode-Logger API - v1.7.3
Loading...