StoreOperation Constructor

Definition

Creates an instance of StoreOperation class.

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

Parameters

tableName
String

The name of the table that is the target of this operation.

recordId
String

The target record identifier.

kind
LocalStoreOperationKind

The kind of operation.

source
StoreOperationSource

The source that triggered this operation.

batchId
String

The id of the batch this operation belongs to.

Applies to