다음을 통해 공유


DataServiceClientResponsePipelineConfiguration 클래스

정의

응답에서 호출되는 작업의 구성을 담당하는 클래스입니다.

public class DataServiceClientResponsePipelineConfiguration
type DataServiceClientResponsePipelineConfiguration = class
Public Class DataServiceClientResponsePipelineConfiguration
상속
DataServiceClientResponsePipelineConfiguration

메서드

OnEntityMaterialized(Action<MaterializedEntityArgs>)

[엔터티 구체화]의 경우 호출됩니다.

OnEntryEnded(Action<ReadingEntryArgs>)

[항목 읽기 종료]의 경우 호출됩니다.

OnEntryStarted(Action<ReadingEntryArgs>)

[항목 읽기 시작]의 경우 호출됩니다.

OnFeedEnded(Action<ReadingFeedArgs>)

[피드 읽기 종료]의 경우 호출됩니다.

OnFeedStarted(Action<ReadingFeedArgs>)

[피드 읽기 시작]의 경우 호출됩니다.

OnMessageReaderSettingsCreated(Action<MessageReaderSettingsArgs>)

[판독기 설정 생성]의 경우 호출됩니다.

OnNestedResourceInfoEnded(Action<ReadingNestedResourceInfoArgs>)

[탐색 링크 읽기 종료]의 경우 호출됩니다.

OnNestedResourceInfoStarted(Action<ReadingNestedResourceInfoArgs>)

[탐색 링크 읽기 시작]의 경우 호출됩니다.

적용 대상