C# Class Amazon.GameLift.MetricName

Constants used for properties of type MetricName.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ActivatingGameSessions MetricName
ActiveGameSessions MetricName
ActiveInstances MetricName
AvailablePlayerSessions MetricName
CurrentPlayerSessions MetricName
IdleInstances MetricName

Public Methods

Method Description
FindValue ( string value ) : MetricName

Finds the constant for the unique value.

MetricName ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : MetricName
value string The unique value for the constant
return MetricName

MetricName() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public MetricName ( string value ) : System
value string
return System

Property Details

ActivatingGameSessions public_oe static_oe property

Constant ActivatingGameSessions for MetricName
public static MetricName,Amazon.GameLift ActivatingGameSessions
return MetricName

ActiveGameSessions public_oe static_oe property

Constant ActiveGameSessions for MetricName
public static MetricName,Amazon.GameLift ActiveGameSessions
return MetricName

ActiveInstances public_oe static_oe property

Constant ActiveInstances for MetricName
public static MetricName,Amazon.GameLift ActiveInstances
return MetricName

AvailablePlayerSessions public_oe static_oe property

Constant AvailablePlayerSessions for MetricName
public static MetricName,Amazon.GameLift AvailablePlayerSessions
return MetricName

CurrentPlayerSessions public_oe static_oe property

Constant CurrentPlayerSessions for MetricName
public static MetricName,Amazon.GameLift CurrentPlayerSessions
return MetricName

IdleInstances public_oe static_oe property

Constant IdleInstances for MetricName
public static MetricName,Amazon.GameLift IdleInstances
return MetricName