IManager interface

Represents an object that can be used to manage other objects.

Namespace: ReFlex.Data namespace
Assembly: ReFlex.Data.dll

Syntax

public interface IManager

Remarks

As implemented by ManagerBase, and provides compatibility with the ManagerHost class that provides a means for single IManager instance per request or per application.