Aspose::Words::BillingHealthCheckResult class

BillingHealthCheckResult class

Represents the result of a billing system health check, indicating whether the billing service is operational.

class BillingHealthCheckResult : public System::Object

Methods

MethodDescription
BillingHealthCheckResult()
get_IsHealthy() constGets a value indicating whether the billing system is healthy.
get_Message() constGets a descriptive message providing additional details about the health check status or any encountered errors.
GetType() const override
Is(const System::TypeInfo&) const override
set_IsHealthy(bool)Sets a value indicating whether the billing system is healthy.
set_Message(const System::String&)Sets a descriptive message providing additional details about the health check status or any encountered errors.
static Type()

See Also