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 ForgottenKnowledge object and copies the forgotten knowledge into it.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Overrides Function Clone As SyncKnowledge
'Usage
Dim instance As ForgottenKnowledge
Dim returnValue As SyncKnowledge
returnValue = instance.Clone()
public override SyncKnowledge Clone()
public:
virtual SyncKnowledge^ Clone() override
abstract Clone : unit -> SyncKnowledge
override Clone : unit -> SyncKnowledge
public override function Clone() : SyncKnowledge
Return Value
Type: Microsoft.Synchronization.SyncKnowledge
The newly created ForgottenKnowledge object that contains the copied data.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This ForgottenKnowledge object is not initialized. |