namespace IStation { internal sealed partial class SharedMemoryCache { /// /// Returns the current state /// /// Returns true if a non-abortable setting opertaion is taking place internal bool IsSetting() { return this._isSetting; } } }