Aspose::Words::BillingHealthCheckResult class
Contents
[
Hide
]BillingHealthCheckResult class
Represents the result of a billing system health check, indicating whether the billing service is operational.
class BillingHealthCheckResult : public System::Object
Methods
| Method | Description |
|---|---|
| BillingHealthCheckResult() | |
| get_IsHealthy() const | Gets a value indicating whether the billing system is healthy. |
| get_Message() const | Gets 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
- Namespace Aspose::Words
- Library Aspose.Words for C++