Skip to main content Skip to complementary content

GetPropertiesAsync Method

Overloads

GetPropertiesAsync()

Get the properties structure of the Qix entity.

GetPropertiesAsync(AsyncHandle)

Get the properties structure of the Qix entity.

GetPropertiesAsync<T>(AsyncHandle, Func<Response, T>)

Get the properties structure of the Qix entity.

GetPropertiesAsync()

Get the properties structure of the Qix entity.

Declaration

      public Task<AbstractStructure> GetPropertiesAsync()
    

Returns

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

A task whose result is the properties structure deserialized as AbstractStructure.

Implements

GetPropertiesAsync(AsyncHandle)

Get the properties structure of the Qix entity.

Declaration

      public Task<AbstractStructure> GetPropertiesAsync(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

Returns

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

A task whose result is the properties structure deserialized as AbstractStructure.

Implements

GetPropertiesAsync<T>(AsyncHandle, Func<Response, T>)

Get the properties structure of the Qix entity.

Declaration

      public Task<T> GetPropertiesAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    where T : AbstractStructure, new()
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function to deserialize result to target type.

Returns

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

A task whose result is the properties structure deserialized to the type T.

Type Parameters

Name Description
T

The type to which the properties should be deserialized.

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!