UsageClientgetUsage Method (Boolean) |
Get API usage information with history if specified.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public UsageInformation getUsage(
bool getHistory
)
Public Function getUsage (
getHistory As Boolean
) As UsageInformation
Parameters
- getHistory
- Type: SystemBoolean
Get history also.
Return Value
Type:
UsageInformationUsage information.
See Also