Share via


IChangeFeedObserverContext.FeedResponse Property

Definition

Gets the response from the underlying ExecuteNextAsync(CancellationToken) call.

public Microsoft.Azure.Documents.Client.IFeedResponse<Microsoft.Azure.Documents.Document> FeedResponse { get; }
member this.FeedResponse : Microsoft.Azure.Documents.Client.IFeedResponse<Microsoft.Azure.Documents.Document>
Public ReadOnly Property FeedResponse As IFeedResponse(Of Document)

Property Value

Applies to