This document is archived and information here might be outdated. Recommended version. |
The time out in ms interval for a lengthy operation. The negative value means no timeout.
[Visual Basic .NET]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}
[C++]
HRESULT get_Timeout(
long timeoutMS
);
[C++]
HRESULT put_Timeout(
System.Int32* timeoutMS
);
[C++] Parameters timeoutMS [in]
timeoutMS is a parameter of type long timeoutMS [out, retval]
timeoutMS is a parameter of type long*