Search Results for

    Show / Hide Table of Contents

    Delegate SyncConfigurationBase.SessionErrorCallback

    Callback triggered when an error occurs in a session.

    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    public delegate void SessionErrorCallback(Session session, SessionException error);
    Parameters
    Type Name Description
    Session session

    The Session where the error happened on.

    SessionException error

    The specific SessionException occurred on this Session.

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