CreateGenericMeasureAsync Method
Overloads
| CreateGenericMeasureAsync(GenericMeasureProperties) |
Creates a master measure. A master measure is stored in the library of an app and can be used in many objects. Several generic objects can contain the same measure. |
|
| CreateGenericMeasureAsync(AsyncHandle, GenericMeasureProperties) |
Creates a master measure. A master measure is stored in the library of an app and can be used in many objects. Several generic objects can contain the same measure. |
|
| CreateGenericMeasureAsync<T>(AsyncHandle, Func<Response, T>, GenericMeasureProperties) |
Creates a master measure. A master measure is stored in the library of an app and can be used in many objects. Several generic objects can contain the same measure. |
CreateGenericMeasureAsync(GenericMeasureProperties)
Creates a master measure.
A master measure is stored in the library of an app and can be used in many objects. Several generic objects can contain the same measure.
Declaration
[QixName("CreateMeasure")]
public Task<CreateGenericMeasureResult> CreateGenericMeasureAsync([QixName("qProp")] GenericMeasureProperties prop)
Parameters
| Type | Name | Description |
|---|---|---|
| GenericMeasureProperties | prop |
Information about the properties. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<CreateGenericMeasureResult> |
Implements
CreateGenericMeasureAsync(AsyncHandle, GenericMeasureProperties)
Creates a master measure.
A master measure is stored in the library of an app and can be used in many objects. Several generic objects can contain the same measure.
Declaration
[QixName("CreateMeasure")]
public Task<CreateGenericMeasureResult> CreateGenericMeasureAsync(AsyncHandle asyncHandle, [QixName("qProp")] GenericMeasureProperties prop)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| GenericMeasureProperties | prop |
Information about the properties. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<CreateGenericMeasureResult> |
Implements
CreateGenericMeasureAsync<T>(AsyncHandle, Func<Response, T>, GenericMeasureProperties)
Creates a master measure.
A master measure is stored in the library of an app and can be used in many objects. Several generic objects can contain the same measure.
Declaration
[QixName("CreateMeasure")]
public Task<T> CreateGenericMeasureAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qProp")] GenericMeasureProperties prop)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Func<Response, T> | onResult |
Continuation function |
| GenericMeasureProperties | prop |
Information about the properties. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |