다음을 통해 공유


DataServiceOperationContext.IsBatchRequest 속성

정의

현재 작업이 일괄 처리 요청의 일부인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsBatchRequest { bool get(); };
public bool IsBatchRequest { get; }
member this.IsBatchRequest : bool
Public ReadOnly Property IsBatchRequest As Boolean

속성 값

작업이 일괄 처리 요청의 일부이면 true이고, 그렇지 않으면 false입니다.

적용 대상