Utils.Poll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Poll(Operation) | |
Poll<T>(Operation<T>) |
Poll(Operation)
Poll<T>(Operation<T>)
public static Azure.Response<T> Poll<T> (this Azure.Operation<T> operation);
static member Poll : Azure.Operation<'T> -> Azure.Response<'T>
<Extension()>
Public Function Poll(Of T) (operation As Operation(Of T)) As Response(Of T)
Type Parameters
- T
Parameters
- operation
- Operation<T>
Returns
Response<T>