C# Class DroppedSpanStatsKey, apm-agent-dotnet

ファイルを表示 Open project: elastic/apm-agent-dotnet

Public Methods

Method Description
DroppedSpanStatsKey ( string serviceTargetType, string serviceTargetName, Outcome, outcome ) : System,
Equals ( other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Method Description
Equals ( ) : System,

Method Details

DroppedSpanStatsKey() public method

public DroppedSpanStatsKey ( string serviceTargetType, string serviceTargetName, Outcome, outcome ) : System,
serviceTargetType string
serviceTargetName string
outcome Outcome,
return System,

Equals() public method

public Equals ( other ) : bool
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool