IPerformanceEventRepository Interface

MNG Profiler

MNG.Direct Documentation
Members 


MNG.Profiler.Data.Core.Repositories Namespace : IPerformanceEventRepository Interface
IPerformanceEventRepository Interface
Object Model
IPerformanceEventRepository InterfacePerformanceEvent Class
Syntax
'Declaration
 
Public Interface IPerformanceEventRepository 
   Inherits MNG.Profiler.Data.Core.Repositories.IRespository(Of PerformanceEvent) 
'Usage
 
Dim instance As IPerformanceEventRepository
public interface IPerformanceEventRepository : MNG.Profiler.Data.Core.Repositories.IRespository<PerformanceEvent>  
public interface class IPerformanceEventRepository : public MNG.Profiler.Data.Core.Repositories.IRespository<PerformanceEvent>  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also