PurgeCompletedEvent(String) Constructor

Definition

Creates a new PurgeCompleted event

public PurgeCompletedEvent (string tableName);
new Microsoft.WindowsAzure.MobileServices.Sync.PurgeCompletedEvent : string -> Microsoft.WindowsAzure.MobileServices.Sync.PurgeCompletedEvent
Public Sub New (tableName As String)

Parameters

tableName
String

The name of the table that was purged

Applies to