GetEffectivePropertiesAsync Method
Overloads
| GetEffectivePropertiesAsync() |
Returns the identifier, the type and the properties of the object. If the object contains some soft properties, the soft properties are returned. If the object is linked to another object, the properties of the linking object are returned. |
|
| GetEffectivePropertiesAsync(AsyncHandle) |
Returns the identifier, the type and the properties of the object. If the object contains some soft properties, the soft properties are returned. If the object is linked to another object, the properties of the linking object are returned. |
|
| GetEffectivePropertiesAsync<T>(AsyncHandle, Func<Response, T>) |
Returns the identifier, the type and the properties of the object. If the object contains some soft properties, the soft properties are returned. If the object is linked to another object, the properties of the linking object are returned. |
GetEffectivePropertiesAsync()
Returns the identifier, the type and the properties of the object.
If the object contains some soft properties, the soft properties are returned.
If the object is linked to another object, the properties of the linking object are returned.
Declaration
Task<GenericObjectProperties> GetEffectivePropertiesAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GenericObjectProperties> |
GetEffectivePropertiesAsync(AsyncHandle)
Returns the identifier, the type and the properties of the object.
If the object contains some soft properties, the soft properties are returned.
If the object is linked to another object, the properties of the linking object are returned.
Declaration
Task<GenericObjectProperties> GetEffectivePropertiesAsync(AsyncHandle asyncHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GenericObjectProperties> |
GetEffectivePropertiesAsync<T>(AsyncHandle, Func<Response, T>)
Returns the identifier, the type and the properties of the object.
If the object contains some soft properties, the soft properties are returned.
If the object is linked to another object, the properties of the linking object are returned.
Declaration
Task<T> GetEffectivePropertiesAsync<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 |