SyncKnowledge::Clone Method

Creates a new instance of this object, and copies the data from this object to the new object.

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

public:
virtual SyncKnowledge^ Clone()

Return Value

Type: Microsoft.Synchronization::SyncKnowledge
The newly created copy of this object.

ExceptionCondition
InvalidOperationException

This SyncKnowledge object is not initialized.

Show: