GetPropertiesAsync Method
Overloads
GetPropertiesAsync() |
Shows the properties of an object. Returns the identifier and the definition of the measure. The following is always returned in the output: |
|
GetPropertiesAsync(AsyncHandle) |
Shows the properties of an object. Returns the identifier and the definition of the measure. The following is always returned in the output: |
GetPropertiesAsync()
Shows the properties of an object.
Returns the identifier and the definition of the measure.
The following is always returned in the output:
Declaration
Task<GenericMeasureProperties> GetPropertiesAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericMeasureProperties> |
Remarks
If the member delta is set to true in the request object, only the delta is retrieved.
GetPropertiesAsync(AsyncHandle)
Shows the properties of an object.
Returns the identifier and the definition of the measure.
The following is always returned in the output:
Declaration
Task<GenericMeasureProperties> GetPropertiesAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericMeasureProperties> |
Remarks
If the member delta is set to true in the request object, only the delta is retrieved.
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!