public class MeasurementResult : IDisposable
Public Class MeasurementResult
Implements IDisposable
public ref class MeasurementResult : IDisposable
type MeasurementResult =
class
interface IDisposable
end
DataKeys | Gets a list of available data keys contained in this measurement result. |
ErrorCode | Gets the error code associated with the measurement. |
IsValid | Gets true if this measurement result is valid, otherwise returns false. It will be true when the library is able to properly decode the response from the server. |
PropertyKeys | Gets a list of measurement property keys that can be used with GetProperty(). |
Dispose | Releases all resources used by the MeasurementResult |
Dispose(Boolean) | Releases the unmanaged resources used by the MeasurementResult and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | (Overrides ObjectFinalize) |
GetData | Obtains the MeasurementData for a known key |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetProperty | Obtain individual properties associated with this MeasurementResult. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |