GetActiveFieldAsync Method
Overloads
| GetActiveFieldAsync() | 
             Get a cyclic dimension's active field.  | 
        
      
    |
| GetActiveFieldAsync(AsyncHandle) | 
             Get a cyclic dimension's active field.  | 
        
      
    |
| GetActiveFieldAsync<T>(AsyncHandle, Func<Response, T>) | 
             Get a cyclic dimension's active field.  | 
        
      
    
GetActiveFieldAsync()
Get a cyclic dimension's active field.
Declaration
      public Task<int> GetActiveFieldAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Int32> | 
Implements
Remarks
This operation is only possible for cyclic dimensions.
GetActiveFieldAsync(AsyncHandle)
Get a cyclic dimension's active field.
Declaration
      public Task<int> GetActiveFieldAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Int32> | 
Implements
Remarks
This operation is only possible for cyclic dimensions.
GetActiveFieldAsync<T>(AsyncHandle, Func<Response, T>)
Get a cyclic dimension's active field.
Declaration
      public Task<T> GetActiveFieldAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.Func<Response, T> | onResult | 
           Continuation function  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
Implements
Remarks
This operation is only possible for cyclic dimensions.