MdmSession クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバーとの 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
- 継承
- 属性
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 セッションを開始します。 |