ArcObjects Library Reference (TrackingAnalyst)  

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(
  Long* phReadyEvent
);
[C++]

Parameters

phReadyEvent [out, retval]   phReadyEvent is a parameter of type Long

Product Availability

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

See Also

ITxConnectionMessages Interface