MdmSession.StartAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
모든 사용자 지정 MdmAlerts의 반복 가능한 목록입니다.
반환
작업의 결과입니다.
- 특성