ICluster::get_Timeout method

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

See also

ICluster

ICluster::put_Timeout