다음을 통해 공유


ACAccountStore.RemoveAccount 메서드

정의

계정 저장소에서 지정된 account 를 제거하고 작업이 완료된 후 완료 처리기를 실행합니다.

[Foundation.Export("removeAccount:withCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveAccount (Accounts.ACAccount account, Accounts.ACAccountStoreRemoveCompletionHandler completionHandler);
abstract member RemoveAccount : Accounts.ACAccount * Accounts.ACAccountStoreRemoveCompletionHandler -> unit
override this.RemoveAccount : Accounts.ACAccount * Accounts.ACAccountStoreRemoveCompletionHandler -> unit

매개 변수

account
ACAccount

제거할 계정입니다.

completionHandler
ACAccountStoreRemoveCompletionHandler

계정이 제거된 후 실행할 처리기입니다.

특성

적용 대상