Search Results for

    Show / Hide Table of Contents

    Delegate ClientResetHandlerBase.ClientResetCallback

    Callback triggered when a Client Reset error happens in a synchronized Realm.

    Namespace: Realms.Sync.ErrorHandling
    Assembly: Realm.dll
    Syntax
    public delegate void ClientResetCallback(ClientResetException clientResetException);
    Parameters
    Type Name Description
    ClientResetException clientResetException

    The specific ClientResetException that holds useful data to be used when trying to manually recover from a client reset.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX