다음을 통해 공유


ProvisionedProfile.UpdateUsage(ProfileUsage) 메서드

정의

특정 프로필의 사용량을 업데이트하기 위해 애플리케이션에서 호출됩니다.

참고

이 기능은 모바일 네트워크 운영자가 권한 있는 액세스 권한을 부여한 통신사 앱 및 UWP 앱에서만 사용할 수 있습니다.

이 API를 사용하고 앱을 Microsoft Store에 게시하려면 특별한 승인이 필요합니다. 자세한 내용은 앱 기능 선언 항목의 제한된기능 섹션을 참조하세요 .

void UpdateUsage(ProfileUsage const& value);
public void UpdateUsage(ProfileUsage value);
function updateUsage(value)
Public Sub UpdateUsage (value As ProfileUsage)

매개 변수

value
ProfileUsage

프로필의 사용량을 업데이트.

Windows 요구 사항

앱 기능
cellularDeviceControl cellularDeviceIdentity

적용 대상