Aspose::Pub::MeteredCountService::IncreaseCount method
MeteredCountService::IncreaseCount(double) method
Increase customer consumption file size, and try to upload data.
void Aspose::Pub::MeteredCountService::IncreaseCount(double count)
Parameter | Type | Description |
---|---|---|
count | double | increased quantities, in unit of MB |
See Also
- Class MeteredCountService
- Namespace Aspose::Pub
- Library Aspose.PUB for C++
MeteredCountService::IncreaseCount(System::Decimal, bool) method
Increase customer consumption file size.
void Aspose::Pub::MeteredCountService::IncreaseCount(System::Decimal count, bool isSend)
Parameter | Type | Description |
---|---|---|
count | System::Decimal | increased file quantities, in unit of MB |
isSend | bool | whether upload data |
See Also
- Class Decimal
- Class MeteredCountService
- Namespace Aspose::Pub
- Library Aspose.PUB for C++