次の方法で共有


ProcessRequestArgs.IsBatchOperation プロパティ

定義

データ サービスに対する HTTP 要求がバッチ処理かどうかを示すブール値を取得します。

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

プロパティ値

データ サービスに対する HTTP 要求がバッチ処理かどうかを示すブール値。

適用対象