Metered Class |
Namespace: GroupDocs.Assembly
The Metered type exposes the following members.
Name | Description | |
---|---|---|
![]() | Metered |
Creates a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetConsumptionCredit |
Returns the currently consumed number of credits.
|
![]() ![]() | GetConsumptionQuantity |
Returns the currently consumed number of megabytes.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetMeteredKey |
Enables metered licensing for the component by specifying appropriate public and private metered keys.
|
![]() | ToString | (Inherited from Object.) |
[C#] Metered metered = new Metered(); metered.SetMeteredKey("PublicKey", "PrivateKey"); [Visual Basic] Dim metered As Metered = New Metered metered.SetMeteredKey("PublicKey", "PrivateKey")