다음을 통해 공유


CKContainer.GetAccountStatusAsync 메서드

정의

현재 사용자의 를 검색합니다 CKAccountStatus.

public virtual System.Threading.Tasks.Task<CloudKit.CKAccountStatus> GetAccountStatusAsync ();
abstract member GetAccountStatusAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKAccountStatus>
override this.GetAccountStatusAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKAccountStatus>

반환

비동기 GetAccountStatus 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 System.Action<CloudKit.CKAccountStatus,Foundation.NSError> 형식입니다.

적용 대상