GetObject Method
Overloads
GetObject<T>(String) |
Get an object |
|
GetObject<T, TI>(String) |
Get an object |
GetObject<T>(String)
Get an object
Declaration
T GetObject<T>([QixName("qId")] string id)
where T : GenericObject
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Id of the object to get |
Returns
Type | Description |
---|---|
T |
The object as type T |
Type Parameters
Name | Description |
---|---|
T |
The type to get |
GetObject<T, TI>(String)
Get an object
Declaration
TI GetObject<T, TI>([QixName("qId")] string id)
where T : GenericObject, TI
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Object id |
Returns
Type | Description |
---|---|
TI |
The interface |
Type Parameters
Name | Description |
---|---|
T |
The type to get |
TI |
The interface to return |
Exceptions
Type | Condition |
---|---|
System.Exception | |
System.TimeoutException |
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!