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

In This Topic
    CustomSampledMetricSamplePacket Class
    In This Topic
    One raw data sample of a custom sampled metric
    Object Model
    CustomSampledMetricSamplePacket ClassMetricPacket ClassApplicationUserPacket Class
    Syntax
    'Declaration
     
    
    Public Class CustomSampledMetricSamplePacket 
       Inherits SampledMetricSamplePacket
       Implements Gibraltar.Messaging.IMessengerPacket, Gibraltar.Messaging.IUserPacket, IDisplayable, Gibraltar.Monitor.Serialization.IPacketObjectFactory(Of MetricSample,Metric), Gibraltar.Serialization.IPacket 
    public class CustomSampledMetricSamplePacket : SampledMetricSamplePacket, Gibraltar.Messaging.IMessengerPacket, Gibraltar.Messaging.IUserPacket, IDisplayable, Gibraltar.Monitor.Serialization.IPacketObjectFactory<MetricSample,Metric>, Gibraltar.Serialization.IPacket  
    Remarks
    A metric sample packet must be explicitly logged to be recorded, although when it is logged does not affect any of its data (timestamps and other information are captured during construction).
    Inheritance Hierarchy

    System.Object
       Gibraltar.Monitor.Serialization.GibraltarPacket
          Gibraltar.Monitor.Serialization.MetricSamplePacket
             Gibraltar.Monitor.Serialization.SampledMetricSamplePacket
                Gibraltar.Monitor.Serialization.CustomSampledMetricSamplePacket

    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