C# Class MongoDB.Bson.Serialization.ReaderWriterLockExtension

mongodb在unity3d上的bug,这几个函数用来辅助修改bug
Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
EnterReadLock ( this locker ) : void
EnterWriteLock ( this locker ) : void
ExitReadLock ( this locker ) : void
ExitWriteLock ( this locker ) : void

Method Details

EnterReadLock() public static méthode

public static EnterReadLock ( this locker ) : void
locker this
Résultat void

EnterWriteLock() public static méthode

public static EnterWriteLock ( this locker ) : void
locker this
Résultat void

ExitReadLock() public static méthode

public static ExitReadLock ( this locker ) : void
locker this
Résultat void

ExitWriteLock() public static méthode

public static ExitWriteLock ( this locker ) : void
locker this
Résultat void