Bagikan melalui


MdmSession.StartAsync Metode

Definisi

Overload

StartAsync()

Mulai sesi MDM dengan pemberitahuan konstan.

StartAsync(IIterable<MdmAlert>)

Memulai sesi MDM dengan pemberitahuan kustom.

StartAsync()

Mulai sesi MDM dengan pemberitahuan konstan.

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

Mengembalikan

Hasil operasi.

Atribut

Keterangan

Metode ini dapat digunakan jika Anda hanya ingin check-in dengan server MDM.

Berlaku untuk

StartAsync(IIterable<MdmAlert>)

Memulai sesi MDM dengan pemberitahuan kustom.

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

Parameter

alerts

IIterable<MdmAlert>

IEnumerable<MdmAlert>

Daftar yang dapat diulang dari semua MdmAlerts kustom.

Mengembalikan

Hasil operasi.

Atribut

Berlaku untuk