BlobChangeFeedClient.GetLastConsumableAsync(CancellationToken) 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.
Returns the LastConsumable DateTimeOffset of the ChangeFeed, or null if the ChangeFeed is empty or has not been initialized.
public virtual System.Threading.Tasks.Task<DateTimeOffset?> GetLastConsumableAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetLastConsumableAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Nullable<DateTimeOffset>>
override this.GetLastConsumableAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Nullable<DateTimeOffset>>
Public Overridable Function GetLastConsumableAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Nullable(Of DateTimeOffset))
Parameters
- cancellationToken
- CancellationToken
Optional CancellationToken to propagate notifications that the operation should be cancelled.