DocumentClient.GetDatabaseAccountAsync
Method
Definition
Read the DatabaseAccount from the Azure DocumentDB database service as an asynchronous operation.
public System.Threading.Tasks.Task<Microsoft.Azure.Documents.DatabaseAccount> GetDatabaseAccountAsync ();
Returns
A DatabaseAccount wrapped in a Task object.