共用方式為


MdmSession 類別

定義

提供功能來啟動與伺服器的 MDM 會話。

public ref class MdmSession sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MdmSession final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class MdmSession final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MdmSession
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class MdmSession
Public NotInheritable Class MdmSession
繼承
Object Platform::Object IInspectable MdmSession
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

備註

會話完成後,呼叫端就可以判斷伺服器對用戶端每個警示的回應。 根據預設,會話會保存,讓用戶端稍後可以查閱結果。

會話中的資料可以藉由在會話完成之後呼叫 MdmSession.DeleteMdmSessionManager.DeleteSessionById 來刪除。

注意:MDM 會話 無法 中止。 如果呼叫端取消會話並啟動新的會話,則原始會話會繼續在背景中,直到完成為止。

此 API 不會公開伺服器識別碼或註冊。

屬性

Alerts

目前會話所有 MdmAlerts 的向量清單。

ExtendedError

MDM 會話的擴充錯誤碼。

Id

MDM 會話的識別碼。

State

取得 MDM 會話的狀態。

方法

AttachAsync()

允許呼叫端重新開啟現有的 MDM 會話。

Delete()

刪除 MDM 會話。

StartAsync()

使用常數警示啟動 MDM 會話。

StartAsync(IIterable<MdmAlert>)

使用自訂警示啟動 MDM 會話。

適用於