DataServiceClientResponsePipelineConfiguration.OnFeedEnded 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.
Called when [read end feed].
public Microsoft.OData.Client.DataServiceClientResponsePipelineConfiguration OnFeedEnded (Action<Microsoft.OData.Client.ReadingFeedArgs> action);
member this.OnFeedEnded : Action<Microsoft.OData.Client.ReadingFeedArgs> -> Microsoft.OData.Client.DataServiceClientResponsePipelineConfiguration
Public Function OnFeedEnded (action As Action(Of ReadingFeedArgs)) As DataServiceClientResponsePipelineConfiguration
Parameters
- action
- Action<ReadingFeedArgs>
The action.
Returns
The response pipeline configuration.