Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LROPollerOptions<TResult>

Package version

Type parameters

Hierarchy

  • LROPollerOptions

Index

Properties

Optional finalStateVia

finalStateVia: FinalStateVia

Optional information on where to poll. When not defined it defaults to "Location"

initialOperationArguments

initialOperationArguments: OperationArguments

Arguments used to send the initial operation

initialOperationResult

initialOperationResult: TResult

Result from the initial operation

initialOperationSpec

initialOperationSpec: OperationSpec

Operation spec provided for the initial operation

Optional intervalInMs

intervalInMs: undefined | number

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

sendOperation

sendOperation: SendOperationFn<TResult>

Function to execute an operation based on an operation spec and arguments

Generated using TypeDoc