DataServiceClientResponsePipelineConfiguration.OnFeedEnded Method

Called when [read end feed].

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Function OnFeedEnded ( _
    action As Action(Of ReadingFeedArgs) _
) As DataServiceClientResponsePipelineConfiguration
'Usage
Dim instance As DataServiceClientResponsePipelineConfiguration 
Dim action As Action(Of ReadingFeedArgs)
Dim returnValue As DataServiceClientResponsePipelineConfiguration 

returnValue = instance.OnFeedEnded(action)
public DataServiceClientResponsePipelineConfiguration OnFeedEnded(
    Action<ReadingFeedArgs> action
)
public:
DataServiceClientResponsePipelineConfiguration^ OnFeedEnded(
    Action<ReadingFeedArgs^>^ action
)
member OnFeedEnded : 
        action:Action<ReadingFeedArgs> -> DataServiceClientResponsePipelineConfiguration
public function OnFeedEnded(
    action : Action<ReadingFeedArgs>
) : DataServiceClientResponsePipelineConfiguration

Parameters

Return Value

Type: System.Data.Services.Client.DataServiceClientResponsePipelineConfiguration
The response pipeline configuration.

See Also

Reference

DataServiceClientResponsePipelineConfiguration Class

System.Data.Services.Client Namespace