GetLooselyCoupledVectorAsync Method
Overloads
| GetLooselyCoupledVectorAsync() | Returns a list of table states. The following states apply: * 0 The table is not loosely coupled. * 1 The table is loosely coupled. * 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API. | |
| GetLooselyCoupledVectorAsync(AsyncHandle) | Returns a list of table states. The following states apply: * 0 The table is not loosely coupled. * 1 The table is loosely coupled. * 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API. | |
| GetLooselyCoupledVectorAsync<T>(AsyncHandle, Func<Response, T>) | Returns a list of table states. The following states apply: * 0 The table is not loosely coupled. * 1 The table is loosely coupled. * 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API. | 
GetLooselyCoupledVectorAsync()
Returns a list of table states.
The following states apply:
- 0 The table is not loosely coupled.
- 1 The table is loosely coupled.
- 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API.
Declaration
      public Task<IEnumerable<byte>> GetLooselyCoupledVectorAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.Byte>> | 
Implements
Remarks
The last three values in the vector are for internal use.
GetLooselyCoupledVectorAsync(AsyncHandle)
Returns a list of table states.
The following states apply:
- 0 The table is not loosely coupled.
- 1 The table is loosely coupled.
- 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API.
Declaration
      public Task<IEnumerable<byte>> GetLooselyCoupledVectorAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.Byte>> | 
Implements
Remarks
The last three values in the vector are for internal use.
GetLooselyCoupledVectorAsync<T>(AsyncHandle, Func<Response, T>)
Returns a list of table states.
The following states apply:
- 0 The table is not loosely coupled.
- 1 The table is loosely coupled.
- 2 The table is loosely coupled and cannot be changed to another state using the Qlik Engine API.
Declaration
      public Task<T> GetLooselyCoupledVectorAsync<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
The last three values in the vector are for internal use.