C# Class Realms.Sync.RealmSyncExtensions

Show file Open project: realm/realm-dotnet

Public Methods

Method Description
GetSession ( this realm ) : Session

Gets the Session for the realm file behind this Realm.

Method Details

GetSession() public static method

Gets the Session for the realm file behind this Realm.
public static GetSession ( this realm ) : Session
realm this An instance of the class created with a object.
return Session