nn::nex::CallContext::SetTimeout Member Function

Syntax

void SetTimeout(
     TimeInterval tiTimeout
);

Parameters

Name Description
in tiTimeout Timeout time (in milliseconds).

Return Values

None.

Description

Sets a timeout for asynchronous processes.

If tiTimeout milliseconds have passed since an asynchronous process started and the process has not yet ended (its state is still CallInProgress), then its state automatically transitions to CallFailure and the qResult obtained by the GetOutcome function is QRESULT(Core, Timemout).

Revision History

2011/01/27
Initial version.

CONFIDENTIAL