StoreOperation Constructor
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.
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET