DefCountAsync Method
Overloads
| DefCountAsync() | Retrieves the total number of HyperCube/ListObject definitions contained in this generic object asynchronously | 
DefCountAsync()
Retrieves the total number of HyperCube/ListObject definitions contained in this generic object asynchronously
Declaration
      public Task<int> DefCountAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Int32> | Task that will resolve the number of HyperCube/ListObject definitions |