Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

GetGenericMeasureAsync Method

Overloads

GetGenericMeasureAsync(AsyncHandle, String)

Returns the handle of a measure.

GetGenericMeasureAsync(String)

Returns the handle of a measure.

GetGenericMeasureAsync<T>(AsyncHandle, Func<Response, T>, String)

Returns the handle of a measure.

GetGenericMeasureAsync(AsyncHandle, String)

Returns the handle of a measure.

Declaration

      public Task<GenericMeasure> GetGenericMeasureAsync(AsyncHandle asyncHandle, [QixName("qId")] string id)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String id

Identifier of the measure.

Returns

Type Description
System.Threading.Tasks.Task<GenericMeasure>

Implements

GetGenericMeasureAsync(String)

Returns the handle of a measure.

Declaration

      [QixName("GetMeasure")]
public Task<GenericMeasure> GetGenericMeasureAsync([QixName("qId")] string id)
    

Parameters

Type Name Description
System.String id

Identifier of the measure.

Returns

Type Description
System.Threading.Tasks.Task<GenericMeasure>

Implements

GetGenericMeasureAsync<T>(AsyncHandle, Func<Response, T>, String)

Returns the handle of a measure.

Declaration

      [QixName("GetMeasure")]
public Task<T> GetGenericMeasureAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qId")] string id)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String id

Identifier of the measure.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!