GetObject Method
Overloads
| GetObject<T>(String) | 
             Get an object  | 
        
      
    |
| GetObject<T, TI>(String) | 
             Get an object  | 
        
      
    
GetObject<T>(String)
Get an object
Declaration
      public 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  | 
      
Implements
GetObject<T, TI>(String)
Get an object
Declaration
      public 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  | 
      
Implements
Exceptions
| Type | Condition | 
|---|---|
| System.Exception | |
| System.TimeoutException |