This document is archived and information here might be outdated. Recommended version. |
Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds.
[Visual Basic .NET]
Public Property ProcessorWaitTimeOut As Integer
[C#]
public int ProcessorWaitTimeOut {get; set;}
[C++]
HRESULT get_ProcessorWaitTimeOut(
System.Int32* plProcessorWaitTimeOut
);
[C++]
HRESULT put_ProcessorWaitTimeOut(
long plProcessorWaitTimeOut
);
[C++] Parameters plProcessorWaitTimeOut [out, retval]
plProcessorWaitTimeOut is a parameter of type long* plProcessorWaitTimeOut [in]
plProcessorWaitTimeOut is a parameter of type long