Class LoginErrorCount
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.Web.Social.Instrumentation
Assembly: NFX.Web.dll
Syntax
[Serializable]
[BSONSerializable("19F3D531-37B5-492D-B8E4-935CBF89375E")]
public class LoginErrorCount : SocialInstrumentationLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, ISocialLogic, IBusinessLogic, IWebInstrument, IOperationClass, IInstrumentClass
Constructors
LoginErrorCount(String, Int64)
Declaration
protected LoginErrorCount(string source, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | |
System.Int64 | value |
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
Returns
Type | Description |
---|---|
Datum |
Overrides
Record(String, Int64)
Declaration
public static void Record(string source, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | |
System.Int64 | value |