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