StoreOperationsBatchCompletedEvent クラス

定義

ローカル ストアに対する操作バッチが完了したときに発行されるモバイル サービス イベント。

public sealed class StoreOperationsBatchCompletedEvent : Microsoft.WindowsAzure.MobileServices.Sync.StoreChangeEvent
type StoreOperationsBatchCompletedEvent = class
    inherit StoreChangeEvent
Public NotInheritable Class StoreOperationsBatchCompletedEvent
Inherits StoreChangeEvent
継承
StoreOperationsBatchCompletedEvent

コンストラクター

StoreOperationsBatchCompletedEvent(StoreOperationsBatch)

新しい Batch 完了イベントを作成します。

フィールド

EventName

ストア操作バッチ完了イベント名。

プロパティ

Batch

操作バッチ インスタンス。

Name

イベント名を取得します。

適用対象