Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / MetricSamplePacket Class
Members

In This Topic
    MetricSamplePacket Class
    In This Topic
    Base object for all metric sample packets
    Object Model
    MetricSamplePacket ClassMetricPacket ClassApplicationUserPacket Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class MetricSamplePacket 
       Inherits GibraltarPacket
       Implements Gibraltar.Messaging.IMessengerPacket, Gibraltar.Messaging.IUserPacket, IDisplayable, Gibraltar.Monitor.Serialization.IPacketObjectFactory(Of MetricSample,Metric), Gibraltar.Serialization.IPacket 
    public abstract class MetricSamplePacket : GibraltarPacket, Gibraltar.Messaging.IMessengerPacket, Gibraltar.Messaging.IUserPacket, IDisplayable, Gibraltar.Monitor.Serialization.IPacketObjectFactory<MetricSample,Metric>, Gibraltar.Serialization.IPacket  
    Remarks
    A metric sample packet is the persistable form of a single metric sample. This is the base class; inherit from either SampledMetricSamplePacket for a sampled metric or EventMetricSamplePacket for an event metric, or a further downstream object as appropriate.
    Inheritance Hierarchy
    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