C# Class F1Publisher.MetricEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Properties

Property Type Description
Type Metrics.Types
Value System.UInt64

Public Methods

Method Description
MetricEventArgs ( Metrics type, System.UInt64 value ) : System

Method Details

MetricEventArgs() public method

public MetricEventArgs ( Metrics type, System.UInt64 value ) : System
type Metrics
value System.UInt64
return System

Property Details

Type public_oe property

public Metrics.Types Type
return Metrics.Types

Value public_oe property

public UInt64,System Value
return System.UInt64