GetPropertiesAsync Method
Overloads
GetPropertiesAsync() |
Shows the properties of an object. The following is always returned in the output: |
|
GetPropertiesAsync(AsyncHandle) |
Shows the properties of an object. The following is always returned in the output: |
GetPropertiesAsync()
Shows the properties of an object.
The following is always returned in the output:
Declaration
public Task<GenericVariableProperties> GetPropertiesAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericVariableProperties> |
Implements
Remarks
If the member delta is set to true in the request, only the delta is retrieved.
GetPropertiesAsync(AsyncHandle)
Shows the properties of an object.
The following is always returned in the output:
Declaration
public Task<GenericVariableProperties> GetPropertiesAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericVariableProperties> |
Implements
Remarks
If the member delta is set to true in the request, only the delta is retrieved.