Metered Class |
Namespace: GroupDocs.Classification
The Metered type exposes the following members.
Name | Description | |
---|---|---|
![]() | Metered |
Initializes a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetConsumptionCredit |
Gets consumption credit
|
![]() ![]() | GetConsumptionQuantity |
Gets consumption file size
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetMeteredKey |
Sets metered public and private key
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
[C#] Metered matered = new Metered(); matered.SetMeteredKey("PublicKey", "PrivateKey"); [Visual Basic] Dim matered As Metered = New Metered matered.SetMeteredKey("PublicKey", "PrivateKey")
Metered matered = new Metered(); matered.setMeteredKey("PublicKey", "PrivateKey");