ArcObjects Library Reference (NetworkAnalyst)  

INAAgent.OnResultUpdated Method

Called when a result is updated.

[Visual Basic .NET]
Public Sub OnResultUpdated ( _
)
[C#]
public void OnResultUpdated (
);
[C++]
HRESULT OnResultUpdated(
void
);

Product Availability

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

Remarks

OnResultUpdated is called when the NAContext::Result object has been updated.  For example, this would be called after INASolver::Solve.

See Also

INAAgent Interface