SendReportResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of sending a report.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SendReportResult(SendReportResponse)
Initializes a new instance of the class with a successful response.
Parameters
Name
Description
The response from sending the report.
SendReportResult(Exception)
Initializes a new instance of the class with an error response.
Parameters
Name
Description
The exception that occurred during sending the report.
Properties
Error
Gets the error that occurred during sending the report, if any.
Property Value
IsError
Gets a value indicating whether an error occurred during sending the report.
Property Value
ReportUid
Gets or sets the unique identifier of the sent report.
Property Value
Last updated