This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActionProcessor Interface > IActionProcessor.ProcessorWaitTimeOut Property (ArcObjects .NET 10.4 SDK) |
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(
long* 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