Show / Hide Table of Contents

    Enum SessionState

    The current state of a sync session object.

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

    Fields

    Name Description
    Active

    The session is connected to the Realm Object Server and is actively transferring data.

    Inactive

    The session is not currently communicating with the Realm Object Server.

    Invalid

    A non-recoverable error has occurred, and this session is semantically invalid. A new session should be created.

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