CKContainer.GetAccountStatusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the current user's 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>
Returns
A task that represents the asynchronous GetAccountStatus operation. The value of the TResult parameter is of type System.Action<CloudKit.CKAccountStatus,Foundation.NSError>.