Udostępnij za pośrednictwem


OperationResult.RehydrationToken Property

Definition

Gets a token that can be used to rehydrate the operation.

public abstract System.ClientModel.ContinuationToken? RehydrationToken { get; protected set; }
member this.RehydrationToken : System.ClientModel.ContinuationToken with get, set
Public MustOverride Property RehydrationToken As ContinuationToken

Property Value

A token that can be used to rehydrate the operation, for example to monitor its progress or to obtain its final result, from a process different than the one that started the operation.

Remarks

This property is abstract so that derived types that do not support rehydration can return null without using a backing field for an unused ContinuationToken.

Applies to