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