Share via


FileScriptCache.BatchLoadOrUpdate Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a list of tasks that represent the files that will be loaded or updated.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub BatchLoadOrUpdate ( _
    taskItems As IList(Of ITaskItem) _
)
public void BatchLoadOrUpdate(
    IList<ITaskItem> taskItems
)
public:
void BatchLoadOrUpdate(
    IList<ITaskItem^>^ taskItems
)
member BatchLoadOrUpdate : 
        taskItems:IList<ITaskItem> -> unit 
public function BatchLoadOrUpdate(
    taskItems : IList<ITaskItem>
)

Parameters

.NET Framework Security

See Also

Reference

FileScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace

ITaskItem