ODataBatchReader.ValidateDependsOnIds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validate the dependsOnIds.
protected abstract void ValidateDependsOnIds (string contentId, System.Collections.Generic.IEnumerable<string> dependsOnIds);
abstract member ValidateDependsOnIds : string * seq<string> -> unit
Protected MustOverride Sub ValidateDependsOnIds (contentId As String, dependsOnIds As IEnumerable(Of String))
Parameters
- contentId
- String
The request Id
- dependsOnIds
- IEnumerable<String>
The dependsOn ids specifying current request's prerequisites.