Condividi tramite


StoreOperationsBatch(String, StoreOperationSource) Constructor

Definition

Create a new batch of store operations.

public StoreOperationsBatch (string batchId, Microsoft.WindowsAzure.MobileServices.Sync.StoreOperationSource source);
new Microsoft.WindowsAzure.MobileServices.Sync.StoreOperationsBatch : string * Microsoft.WindowsAzure.MobileServices.Sync.StoreOperationSource -> Microsoft.WindowsAzure.MobileServices.Sync.StoreOperationsBatch
Public Sub New (batchId As String, source As StoreOperationSource)

Parameters

batchId
String

A unique ID to identify the batch

source
StoreOperationSource

The source of the batch

Applies to