次の方法で共有


MdmSession.StartAsync メソッド

定義

オーバーロード

StartAsync()

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

StartAsync(IIterable<MdmAlert>)

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

StartAsync()

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

public:
 virtual IAsyncAction ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.Overload("StartAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync();
[Windows.Foundation.Metadata.Overload("StartAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncAction

戻り値

操作の結果。

属性

注釈

この方法は、MDM サーバーを使用してチェックするだけの場合に使用できます。

適用対象

StartAsync(IIterable<MdmAlert>)

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

public:
 virtual IAsyncAction ^ StartAsync(IIterable<MdmAlert ^> ^ alerts) = StartAsync;
/// [Windows.Foundation.Metadata.Overload("StartWithAlertsAsync")]
IAsyncAction StartAsync(IIterable<MdmAlert> const& alerts);
[Windows.Foundation.Metadata.Overload("StartWithAlertsAsync")]
public IAsyncAction StartAsync(IEnumerable<MdmAlert> alerts);
function startAsync(alerts)
Public Function StartAsync (alerts As IEnumerable(Of MdmAlert)) As IAsyncAction

パラメーター

alerts

IIterable<MdmAlert>

IEnumerable<MdmAlert>

すべてのカスタム MdmAlerts の iterable リスト。

戻り値

操作の結果。

属性

適用対象