C# Класс Realms.Sync.SyncConfiguration

A SyncConfiguration is used to setup a Realm that can be synchronized between devices using the Realm Object Server. A valid User is required to create a SyncConfiguration.
Наследование: RealmConfigurationBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SyncConfiguration ( User user, Uri serverUri, string optionalPath = null ) : System

Initializes a new instance of the SyncConfiguration class.

Приватные методы

Метод Описание
CreateRealm ( RealmSchema schema ) : Realm

Описание методов

SyncConfiguration() публичный Метод

Initializes a new instance of the SyncConfiguration class.
public SyncConfiguration ( User user, Uri serverUri, string optionalPath = null ) : System
user User A valid .
serverUri System.Uri A unique that identifies the Realm. In URIs, ~ can be used as a placeholder for a user Id.
optionalPath string Path to the realm, must be a valid full path for the current platform, relative subdirectory, or just filename.
Результат System