ODataBatchWriter.GetDependsOnRequestIds(IEnumerable<String>) 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.
Given an enumerable of dependsOn ids containing request ids and group ids, return an enumeration of equivalent request ids.
protected abstract System.Collections.Generic.IEnumerable<string> GetDependsOnRequestIds (System.Collections.Generic.IEnumerable<string> dependsOnIds);
abstract member GetDependsOnRequestIds : seq<string> -> seq<string>
Protected MustOverride Function GetDependsOnRequestIds (dependsOnIds As IEnumerable(Of String)) As IEnumerable(Of String)
Parameters
- dependsOnIds
- IEnumerable<String>
The dependsOn ids specifying current request's prerequisites.
Returns
An enumerable consists of request ids.