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