method EventLog.prototype.close
EventLog.prototype.close(): Task<void, EventLogCloseFailed>

Close the event log connection.

After closing, no further operations can be performed on this instance.

Examples

Example 1

await log.close().run();

Return Type

Task<void, EventLogCloseFailed>

Usage

import { EventLog } from ".";