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


ITMSUtilPage.Notification Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITMSUtilPage Interface > ITMSUtilPage.Notification Method
ArcGIS Developer Help

ITMSUtilPage.Notification Method

Method Notification.

[Visual Basic .NET]
Public Sub Notification ( _
    ByVal pStatusMsg As IStatusMessage _
)
[C#]
public void Notification (
    IStatusMessage pStatusMsg
);
[C++]
HRESULT Notification(
  IStatusMessage* pStatusMsg
);
[C++]
Parameters
pStatusMsg 

pStatusMsg is a parameter of type IStatusMessage*

Product Availability

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

See Also

ITMSUtilPage Interface