다음을 통해 공유


DataPlanStatus.OutboundBitsPerSecond 속성

정의

아웃바운드 데이터 전송의 명목 속도를 나타내는 값을 가져옵니다.

public:
 property IReference<unsigned long long> ^ OutboundBitsPerSecond { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> OutboundBitsPerSecond();
public System.Nullable<ulong> OutboundBitsPerSecond { get; }
var iReference = dataPlanStatus.outboundBitsPerSecond;
Public ReadOnly Property OutboundBitsPerSecond As Nullable(Of ULong)

속성 값

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

아웃바운드 데이터 전송 속도입니다.

Windows 요구 사항

요구 사항 Description
디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

적용 대상