DataServiceOperationContext.IsBatchRequest 속성

정의

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

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

속성 값

true 작업이 일괄 처리 요청의 일부인 경우 그렇지 않으면 false.

적용 대상