Show / Hide Table of Contents

    Enum SessionState

    The current state of a sync session object.

    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    public enum SessionState : byte

    Fields

    Name Description
    Active

    The session is connected to the MongoDB Realm server and is actively transferring data.

    Inactive

    The session is not currently communicating with the server.

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