次の方法で共有


StoreOperationsBatch.GetOperationCountByKind(LocalStoreOperationKind) メソッド

定義

このバッチ内で実行される指定された操作の種類と一致する操作の数を取得します。

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

パラメーター

operationKind
LocalStoreOperationKind

操作の種類。

戻り値

指定された数に一致する操作の数。

適用対象