次の方法で共有


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.Delete または MdmSessionManager.DeleteSessionById を 呼び出すことで、セッションからのデータを削除できます。

注: MDM セッションは中止 できません。 呼び出し元がセッションをキャンセルし、新しいセッションを開始した場合、元のセッションは完了するまでバックグラウンドで続行されます。

この API では、サーバー ID や登録は公開されません。

プロパティ

Alerts

現在のセッションのすべての MdmAlerts のベクター リスト。

ExtendedError

MDM セッションの拡張エラー コード。

Id

MDM セッションの ID。

State

MDM セッションの状態を取得します。

メソッド

AttachAsync()

呼び出し元が既存の MDM セッションを再度開くことを許可します。

Delete()

MDM セッションを削除します。

StartAsync()

一定のアラートを使用して MDM セッションを開始します。

StartAsync(IIterable<MdmAlert>)

カスタム アラートを使用して MDM セッションを開始します。

適用対象