Condividi tramite


StoreOperationsBatch.GetOperationCountByKind(LocalStoreOperationKind) Method

Definition

Gets the number of operations matching the provided operation kind executed within this batch.

public int GetOperationCountByKind (Microsoft.WindowsAzure.MobileServices.Sync.LocalStoreOperationKind operationKind);
member this.GetOperationCountByKind : Microsoft.WindowsAzure.MobileServices.Sync.LocalStoreOperationKind -> int
Public Function GetOperationCountByKind (operationKind As LocalStoreOperationKind) As Integer

Parameters

operationKind
LocalStoreOperationKind

The kind of operation.

Returns

The number of operations matching the provided count.

Applies to