示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:SushiHangover.RealmThread"/> class.
 /// </summary>
 /// <param name="realmConfig">RealmConfigurationBase</param>
 /// <param name="autoCommmit">If set to <c>true</c> auto commmit open transaction on Dispose</param>
 public RealmThread(Realms.RealmConfigurationBase realmConfig, bool autoCommmit)
 {
     PCLHelpers.ThrowProxyShouldNeverBeUsed();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:SushiHangover.RealmThread"/> class.
 /// </summary>
 /// <param name="realmConfig">RealmConfigurationBase</param>
 public RealmThread(Realms.RealmConfigurationBase realmConfig) : this(realmConfig, false)
 {
     PCLHelpers.ThrowProxyShouldNeverBeUsed();
 }