SyncTableProgress Constructor (String)

Initializes a new instance of the SyncTableProgress class by using a table name parameter.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
SyncTableProgress(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the SyncTable.
Show: