Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Overridable Function Clone As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim returnValue As SyncKnowledge
returnValue = instance.Clone()
public virtual SyncKnowledge Clone()
public:
virtual SyncKnowledge^ Clone()
abstract Clone : unit -> SyncKnowledge
override Clone : unit -> SyncKnowledge
public function Clone() : SyncKnowledge
Return Value
Type: Microsoft.Synchronization.SyncKnowledge
The newly created copy of this object.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |