WebAccountManager.DeleteWebAccountAsync(WebAccount) 메서드

정의

웹 계정을 비동기적으로 삭제합니다.

public:
 static IAsyncAction ^ DeleteWebAccountAsync(WebAccount ^ webAccount);
 static IAsyncAction DeleteWebAccountAsync(WebAccount const& webAccount);
public static IAsyncAction DeleteWebAccountAsync(WebAccount webAccount);
function deleteWebAccountAsync(webAccount)
Public Shared Function DeleteWebAccountAsync (webAccount As WebAccount) As IAsyncAction

매개 변수

webAccount
WebAccount

삭제할 WebAccount 입니다.

반환

이 메서드는 값을 반환하지 않습니다.

적용 대상