Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the maximum time that the application will wait for a response from the cluster when making synchronous calls.
Syntax
HRESULT get_Timeout(
[out] long *pRetVal
);
Parameters
- pRetVal [out]
The time to wait, in milliseconds. The value can be 0 or –1 (infinite) if there is no time-out limit.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, call the ICluster::get_ErrorMessage method.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |