DestroyGenericSessionObject Method
Overloads
| DestroyGenericSessionObject(String) | Removes a transient object. | 
DestroyGenericSessionObject(String)
Removes a transient object.
Declaration
      [QixName("DestroySessionObject")]
bool DestroyGenericSessionObject([QixName("qId")] string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | Identifier of the transient object to remove. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
The operation is successful if qSuccess is set to true.