ConnectionProfile.GetConnectivityIntervalsAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ConnectivityInterval 物件的清單,指出網路連線開始時的時間戳記,以及該連線持續時間的時間範圍。
public:
virtual IAsyncOperation<IVectorView<ConnectivityInterval ^> ^> ^ GetConnectivityIntervalsAsync(DateTime startTime, DateTime endTime, NetworkUsageStates states) = GetConnectivityIntervalsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ConnectivityInterval>> GetConnectivityIntervalsAsync(DateTime const& startTime, DateTime const& endTime, NetworkUsageStates const& states);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ConnectivityInterval>> GetConnectivityIntervalsAsync(System.DateTimeOffset startTime, System.DateTimeOffset endTime, NetworkUsageStates states);
function getConnectivityIntervalsAsync(startTime, endTime, states)
Public Function GetConnectivityIntervalsAsync (startTime As DateTimeOffset, endTime As DateTimeOffset, states As NetworkUsageStates) As IAsyncOperation(Of IReadOnlyList(Of ConnectivityInterval))
參數
- startTime
- DateTime DateTimeOffset
要擷取資料的開始時間。 在目前時間之前不能超過 60 天。
- endTime
- DateTime DateTimeOffset
要擷取資料的結束時間。
- states
- NetworkUsageStates
應該傳回使用量資料的連線設定檔狀態。
傳回
當方法完成時,它會傳回 ConnectivityInterval 物件的清單,指出目前或先前連線的開始時間和持續時間。
- 屬性
備註
如需如何使用這些方法的範例,請參閱 如何擷取特定時段的連線使用量資料