类 ClientResetException
描述需要重置本地 Realm 的情况的异常。
implements
命名空间: Realms 。同步。异常
程序集:Realm.dll
语法
public class ClientResetException : SessionException, ISerializable
属性
| 编辑本页 查看源代码BackupFilePath
获取客户端重置过程完成后放置 Realm 备份副本的路径。
声明
public string BackupFilePath { get; }
属性值
类型 | 说明 |
---|---|
字符串 | 备份 Realm 的路径。 |
方法
| 编辑本页 查看源代码InitiateClientReset()
启动客户端重置进程。
声明
public bool InitiateClientReset()
返回:
类型 | 说明 |
---|---|
bool |
|
备注
在 Windows 上,必须在调用此方法之前释放该路径的所有 Realm 实例,否则将引发异常。