Skip to main content

Class AgentClientServiceProvider

Less than 1 minute

Class AgentClientServiceProvider

Declared in packages/sdk/client/src/services/agent.ts:35open in new window

Provide access to client services definitions and service handler.

Constructors

constructor(_profile)open in new window

Returns: AgentClientServiceProvider

Arguments:

_profile: string

Properties

closedopen in new window

Type: Event<undefined | Error>

The connection to the services provider was termintaed.

This should fire if the services disconnect unexpectedly or during a client reset.

descriptorsopen in new window

Type: ServiceBundle<ClientServices>

servicesopen in new window

Type: Partial<ClientServices>

Methods

close()open in new window

Returns: Promise<void>

Arguments: none

open()open in new window

Returns: Promise<void>

Arguments: none