This document is archived and information here might be outdated.  Recommended version.


IActionProcessor.ProcessorWaitTimeOut Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActionProcessor Interface > IActionProcessor.ProcessorWaitTimeOut Property
ArcGIS Developer Help

IActionProcessor.ProcessorWaitTimeOut Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActionProcessor Interface