C# 클래스 Realms.Sync.RealmSyncExtensions

파일 보기 프로젝트 열기: realm/realm-dotnet

공개 메소드들

메소드 설명
GetSession ( this realm ) : Session

Gets the Session for the realm file behind this Realm.

메소드 상세

GetSession() 공개 정적인 메소드

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.
리턴 Session