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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET