Class ClientResetException
An exception describing a condition where a reset of the local Realm is required.
Implements
Inherited Members
Namespace: Realms.Sync.Exceptions
Assembly: Realm.dll
Syntax
public class ClientResetException : SessionException, ISerializable
Properties
| Edit this page View SourceBackupFilePath
Gets the path where the backup copy of the realm will be placed once the client reset process is complete.
Declaration
public string BackupFilePath { get; }
Property Value
Type | Description |
---|---|
string | The path to the backup realm. |
Methods
| Edit this page View SourceInitiateClientReset()
Initiates the client reset process.
Declaration
public bool InitiateClientReset()
Returns
Type | Description |
---|---|
bool |
|
Remarks
On Windows, all Realm instances for that path must be disposed before this method is called or an Exception will be thrown.