Skip to main content

foundation-comms.connect.datalogoff

Home > @genesislcap/foundation-comms > Connect > dataLogoff

Connect.dataLogoff() method

Logs off from the specified data source.

Signature:

dataLogoff(sourceRef: string): Promise<Message>;

Parameters

Parameter

Type

Description

sourceRef

string

The reference of the data source to log off from.

Returns:

Promise<Message>

A promise that resolves with a message indicating success or failure.