
public interface IRecroGridContext : IDisposable, 
	IAsyncDisposable| DbContext | Gets or sets the database context. | 
| GridId | Gets the RecroGrid identifier. | 
| GridSettingsId | Gets the grid settings identifier. | 
| HttpContext | Gets the HTTP context. | 
| IsFEPQueue | Gets or sets a value indicating whether this instance is FEP Queue. | 
| IsInitializeAsync | Obsolete. | 
| IsTemporary | Gets a value indicating whether this instance is temporary. | 
| Logger | The logger. | 
| ParentKey | Gets the parent key. | 
| RGSessionId | Gets the session identifier. | 
| ServiceProvider | Gets the service provider. | 
| ServiceScope | Gets the service scope. | 
| UseAsyncInitialization | Gets or sets a value indicating whether the instance should be initialized asynchronously. | 
| Version | Gets the version. | 
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | 
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Inherited from IAsyncDisposable) | 
| EnsureDbService | Ensures the database service. |