Metered

Metered class

측정된 라이선스로 제품을 활성화하고 처리된 MB 양을 검색할 수 있는 방법을 제공합니다. 측정된 라이선스에 대해 자세히 알아보기여기 .

public class Metered

생성자

이름 설명
Metered() Metered 클래스의 새 인스턴스를 초기화합니다.

행동 양식

이름 설명
SetMeteredKey(string, string) 측정된 키로 제품을 활성화합니다.
static GetConsumptionCredit() 소비 크레딧을 가져옵니다.
static GetConsumptionQuantity() 처리된 MB의 양을 검색합니다.

비고

더 알아보기

다음 예는 측정된 키로 제품을 활성화하는 방법을 보여줍니다.

[C#]

Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");


[Visual Basic]

Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")

구성 요소 jar 파일:

Metered matered = new Metered();
matered.setMeteredKey("PublicKey", "PrivateKey");

또한보십시오