Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CertificateOperationPoller

Package version

Class that deletes a poller that waits until a certificate finishes being deleted

internal

Hierarchy

Implements

Index

Constructors

constructor

Properties

intervalInMs

intervalInMs: number

Defines how much time the poller is going to wait before making a new request to the service.

memberof

CertificateOperationPoller

Protected operation

Methods

cancelOperation

  • cancelOperation(options?: { abortSignal?: AbortSignal }): Promise<void>
  • A method that will try to cancel the underlying operation.

    Parameters

    • Default value options: { abortSignal?: AbortSignal } = {}
      • Optional abortSignal?: AbortSignal

    Returns Promise<void>

delay

  • delay(): Promise<void>
  • The method used by the poller to wait before attempting to update its operation.

    memberof

    CertificateOperationPoller

    Returns Promise<void>

getCertificateOperation

getOperationState

getResult

isDone

  • isDone(): boolean

isStopped

  • isStopped(): boolean

onProgress

poll

  • poll(options?: { abortSignal?: AbortSignal }): Promise<void>
  • A method that defines under what conditions to reach out to the underlying service. It should call the operation's update method.

    Parameters

    • Default value options: { abortSignal?: AbortSignal } = {}
      • Optional abortSignal?: AbortSignal

    Returns Promise<void>

pollUntilDone

stopPolling

  • stopPolling(): void

toString

  • toString(): string

Generated using TypeDoc