你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobChangeFeedClient.GetLastConsumable(CancellationToken) Method

Definition

Returns the LastConsumable DateTimeOffset of the ChangeFeed, or null if the ChangeFeed is empty or has not been initialized.

public virtual DateTimeOffset? GetLastConsumable(System.Threading.CancellationToken cancellationToken = default);
abstract member GetLastConsumable : System.Threading.CancellationToken -> Nullable<DateTimeOffset>
override this.GetLastConsumable : System.Threading.CancellationToken -> Nullable<DateTimeOffset>
Public Overridable Function GetLastConsumable (Optional cancellationToken As CancellationToken = Nothing) As Nullable(Of DateTimeOffset)

Parameters

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be cancelled.

Returns

Applies to