This document is archived and information here might be outdated. Recommended version. |
Ends the session for updating the topology of the network.
[Visual Basic .NET]
Public Sub StopTopologyUpdating ( _
)
[C#]
public void StopTopologyUpdating (
);
[C++]
HRESULT StopTopologyUpdating(
void
);
StopTopologyUpdating is run to close an updating session on the topology that started with StartTopologyUpdating. Do not run this method if you did not begin updating the topology by executing StartTopologyUpdating. Methods in the INetTopologyEdit interface can not be executed once StopTopologyUpdating has been executed.