Aspose::Pub::MeteredCountService::IncreaseCredit method
MeteredCountService::IncreaseCredit(int64_t) method
Increase customer consumption credit, and try to upload.
void Aspose::Pub::MeteredCountService::IncreaseCredit(int64_t credit)
| Parameter | Type | Description | 
|---|---|---|
| credit | int64_t | increased credit | 
See Also
- Class MeteredCountService
 - Namespace Aspose::Pub
 - Library Aspose.PUB for C++
 
MeteredCountService::IncreaseCredit(int64_t, bool) method
Increase customer consumption credit.
void Aspose::Pub::MeteredCountService::IncreaseCredit(int64_t credit, bool isSend)
| Parameter | Type | Description | 
|---|---|---|
| credit | int64_t | increased credit | 
| isSend | bool | whether upload data | 
See Also
- Class MeteredCountService
 - Namespace Aspose::Pub
 - Library Aspose.PUB for C++