SyncGroupProgress::FindTableProgress Method

Returns a SyncTableProgress object that contains synchronization progress statistics for a table.

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

public:
SyncTableProgress^ FindTableProgress(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the table for which to get a SyncTableProgress object.

Return Value

Type: Microsoft.Synchronization.Data::SyncTableProgress
A SyncTableProgress object that contains synchronization progress statistics for a table.

ExceptionCondition
ArgumentNullException

tableName is a nullptr.

Show: