AllJoynBusAttachment.GetAboutDataAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetAboutDataAsync(AllJoynServiceInfo) |
重要 Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。 取得特定 AllJoyn 端點的 About 資料。 這個方法旨在取代較不直覺的靜態 AllJoynAboutDataView.GetDataBySessionPortAsync () 。 |
GetAboutDataAsync(AllJoynServiceInfo, Language) |
重要 Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。 取得特定語言中特定 AllJoyn 端點的 About 資料。 這個方法旨在取代較不直覺的靜態 AllJoynAboutDataView.GetDataBySessionPortAsync () 。 |
GetAboutDataAsync(AllJoynServiceInfo)
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
取得特定 AllJoyn 端點的 About 資料。 這個方法旨在取代較不直覺的靜態 AllJoynAboutDataView.GetDataBySessionPortAsync () 。
public:
virtual IAsyncOperation<AllJoynAboutDataView ^> ^ GetAboutDataAsync(AllJoynServiceInfo ^ serviceInfo) = GetAboutDataAsync;
/// [Windows.Foundation.Metadata.Overload("GetAboutDataAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo const& serviceInfo);
/// [Windows.Foundation.Metadata.Overload("GetAboutDataAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo const& serviceInfo);
[Windows.Foundation.Metadata.Overload("GetAboutDataAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo serviceInfo);
[Windows.Foundation.Metadata.Overload("GetAboutDataAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo serviceInfo);
function getAboutDataAsync(serviceInfo)
Public Function GetAboutDataAsync (serviceInfo As AllJoynServiceInfo) As IAsyncOperation(Of AllJoynAboutDataView)
參數
- serviceInfo
- AllJoynServiceInfo
要從中擷取 About 資料的 AllJoyn 端點。
傳回
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
應用程式功能 |
allJoyn
|
備註
此方法讓取得 About 資料比先前的 Windows 版本更直覺。
另請參閱
適用於
GetAboutDataAsync(AllJoynServiceInfo, Language)
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
取得特定語言中特定 AllJoyn 端點的 About 資料。 這個方法旨在取代較不直覺的靜態 AllJoynAboutDataView.GetDataBySessionPortAsync () 。
public:
virtual IAsyncOperation<AllJoynAboutDataView ^> ^ GetAboutDataAsync(AllJoynServiceInfo ^ serviceInfo, Language ^ language) = GetAboutDataAsync;
/// [Windows.Foundation.Metadata.Overload("GetAboutDataWithLanguageAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo const& serviceInfo, Language const& language);
/// [Windows.Foundation.Metadata.Overload("GetAboutDataWithLanguageAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo const& serviceInfo, Language const& language);
[Windows.Foundation.Metadata.Overload("GetAboutDataWithLanguageAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo serviceInfo, Language language);
[Windows.Foundation.Metadata.Overload("GetAboutDataWithLanguageAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<AllJoynAboutDataView> GetAboutDataAsync(AllJoynServiceInfo serviceInfo, Language language);
function getAboutDataAsync(serviceInfo, language)
Public Function GetAboutDataAsync (serviceInfo As AllJoynServiceInfo, language As Language) As IAsyncOperation(Of AllJoynAboutDataView)
參數
- serviceInfo
- AllJoynServiceInfo
要從中擷取 About 資料的 AllJoyn 端點。
- language
- Language
要要求 About 資料的語言。 如果不支援要求的語言,則會使用遠端裝置的預設語言。
傳回
此方法讓取得 About 資料比先前的 Windows 版本更直覺。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
應用程式功能 |
allJoyn
|