DataServiceClientResponsePipelineConfiguration Class

Definition

Class that is responsible for configuration of actions that are invoked from a response

public class DataServiceClientResponsePipelineConfiguration
type DataServiceClientResponsePipelineConfiguration = class
Public Class DataServiceClientResponsePipelineConfiguration
Inheritance
DataServiceClientResponsePipelineConfiguration

Methods

OnEntityMaterialized(Action<MaterializedEntityArgs>)

Called when [entity materialized].

OnEntryEnded(Action<ReadingEntryArgs>)

Called when [read end entry].

OnEntryStarted(Action<ReadingEntryArgs>)

Called when [read start entry].

OnFeedEnded(Action<ReadingFeedArgs>)

Called when [read end feed].

OnFeedStarted(Action<ReadingFeedArgs>)

Called when [read start feed].

OnMessageReaderSettingsCreated(Action<MessageReaderSettingsArgs>)

Called when [reader settings created].

OnNestedResourceInfoEnded(Action<ReadingNestedResourceInfoArgs>)

Called when [read end navigation link].

OnNestedResourceInfoStarted(Action<ReadingNestedResourceInfoArgs>)

Called when [read start navigation link].

Applies to