Partager via


MdmSession.StartAsync Méthode

Définition

Surcharges

StartAsync()

Démarrez une session MDM avec des alertes constantes.

StartAsync(IIterable<MdmAlert>)

Démarre une session MDM avec des alertes personnalisées.

StartAsync()

Démarrez une session MDM avec des alertes constantes.

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

Retours

Résultats de l’opération.

Attributs

Remarques

Cette méthode peut être utilisée si vous souhaitez simplement case activée-in avec le serveur MDM.

S’applique à

StartAsync(IIterable<MdmAlert>)

Démarre une session MDM avec des alertes personnalisées.

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

Paramètres

alerts

IIterable<MdmAlert>

IEnumerable<MdmAlert>

Liste itérable de tous les MdmAlerts personnalisés.

Retours

Résultats de l’opération.

Attributs

S’applique à