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


ITxConnectionMessages.EventReadyHandle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectionMessages Interface > ITxConnectionMessages.EventReadyHandle Property
ArcGIS Developer Help

ITxConnectionMessages.EventReadyHandle Property

The handle to the event that is signaled when a message is ready to be received.

[Visual Basic .NET]
Public ReadOnly Property EventReadyHandle As Integer
[C#]
public int EventReadyHandle {get;}
[C++]
HRESULT get_EventReadyHandle(
  OLE_HANDLE* phReadyEvent
);
[C++]
Parameters
phReadyEvent [out, retval]

phReadyEvent is a parameter of type OLE_HANDLE*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxConnectionMessages Interface