IRGFDataContextService Interface

[Missing <summary> documentation for "T:Recrovit.RecroGridFramework.Data.IRGFDataContextService"]

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
C#
public interface IRGFDataContextService : IDisposable, 
	IAsyncDisposable
Implements
IAsyncDisposable, IDisposable

Properties

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
DisposeAsyncPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
(Inherited from IAsyncDisposable)

See Also