다음을 통해 공유


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의 반복 가능한 목록입니다.

반환

작업의 결과입니다.

특성

적용 대상