Class BaseLicenseTask.PairValue
Inheritance
System.Object
BaseLicenseTask.PairValue
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: FixAntenna.FixEngine.Manager.Tasks
Assembly: FixAntenna.Core.dll
Syntax
public class PairValue
Constructors
PairValue(Int64, IPAddress)
Declaration
public PairValue(long time, IPAddress addr)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | time | |
System.Net.IPAddress | addr |
Properties
Addr
Declaration
public IPAddress Addr { get; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress |
Time
Declaration
public long Time { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()