Struct ApplicationResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct ApplicationResponse : IEquatable<ApplicationResponse>
Properties
Application
Declaration
[AlgoApiField("application")]
public Application Application { get; set; }
Property Value
CurrentRound
Round at which the results were computed.
Declaration
[AlgoApiField("current-round")]
public ulong CurrentRound { get; set; }
Property Value
Methods
Equals(ApplicationResponse)
Declaration
public bool Equals(ApplicationResponse other)
Parameters
Returns