Photon Server API Documentation v5.0RC1

ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue > Member List

This is the complete list of members for ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >, including all inherited members.

Add(TKey key, TValue value)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inlinevirtual
CountExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >
CreateMethodExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >
DoAdd(TKey key, TValue value)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inlineprotectedvirtual
ForAll(Action< TValue > action)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
ForAll< TResult >(Func< TValue, TResult > selector, Func< TResult, TResult, TResult > aggregateFunction, TResult seed)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
Get(TKey key, CreateMethodDelegate< TKey, TValue > createMethod)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inlinevirtual
Get(TKey key)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
GetBlockingInstance(TKey key, CreateMethodDelegate< TKey, TValue > createMethod)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
GetBlockingInstance(TKey key)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
GetBlockingOverall(TKey key, CreateMethodDelegate< TKey, TValue > createMethod)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
GetBlockingOverall(TKey key)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
GetNonBlocking(TKey key, CreateMethodDelegate< TKey, TValue > createMethod)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
GetNonBlocking(TKey key)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
InstancesExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >protected
LockTimeoutExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >protected
ReaderLock()ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inlineprotected
Remove(TKey key)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inlinevirtual
SynchronizedSingletonFactory(CreateMethodDelegate< TKey, TValue > defaultCreateMethod, int lockTimeout)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inline
TryGet(TKey key, out TValue value)ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inlinevirtual
WriterLock()ExitGames.Threading.SynchronizedSingletonFactory< TKey, TValue >inlineprotected