Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/storage-blob
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
Poller
Class Poller<TState, TResult>
Package version
Type parameters
TState
TResult
Hierarchy
Poller
Implements
PollerLike
<
TState
,
TResult
>
Index
Constructors
constructor
Properties
operation
Methods
cancel
Operation
delay
get
Operation
State
get
Result
is
Done
is
Stopped
on
Progress
poll
poll
Until
Done
stop
Polling
to
String
Constructors
constructor
new
Poller
(
operation
:
PollOperation
<
TState
,
TResult
>
)
:
Poller
Parameters
operation:
PollOperation
<
TState
,
TResult
>
Returns
Poller
Properties
Protected
operation
operation
:
PollOperation
<
TState
,
TResult
>
Methods
cancel
Operation
cancel
Operation
(
options
?:
undefined
|
object
)
:
Promise
<
void
>
Parameters
Optional
options:
undefined
|
object
Returns
Promise
<
void
>
Protected
Abstract
delay
delay
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Operation
State
get
Operation
State
(
)
:
PollOperationState
<
TResult
>
Returns
PollOperationState
<
TResult
>
get
Result
get
Result
(
)
:
TResult
|
undefined
Returns
TResult
|
undefined
is
Done
is
Done
(
)
:
boolean
Returns
boolean
is
Stopped
is
Stopped
(
)
:
boolean
Returns
boolean
on
Progress
on
Progress
(
callback
:
function
)
:
CancelOnProgress
Parameters
callback:
function
(
state
:
TState
)
:
void
Parameters
state:
TState
Returns
void
Returns
CancelOnProgress
poll
poll
(
options
?:
undefined
|
object
)
:
Promise
<
void
>
Parameters
Optional
options:
undefined
|
object
Returns
Promise
<
void
>
poll
Until
Done
poll
Until
Done
(
)
:
Promise
<
TResult
>
Returns
Promise
<
TResult
>
stop
Polling
stop
Polling
(
)
:
void
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Globals
Poller
constructor
operation
cancel
Operation
delay
get
Operation
State
get
Result
is
Done
is
Stopped
on
Progress
poll
poll
Until
Done
stop
Polling
to
String
Generated using
TypeDoc