This document is archived and information here might be outdated. Recommended version. |
Indicates if the topology of the network is currently being updated.
[Visual Basic .NET]
Public ReadOnly Property IsTopologyBeingUpdated As Boolean
[C#]
public bool IsTopologyBeingUpdated {get;}
[C++]
HRESULT get_IsTopologyBeingUpdated(
Boolean* bIsTopologyBeingUpdated
);
[C++] Parameters bIsTopologyBeingUpdated [out, retval]
bIsTopologyBeingUpdated is a parameter of type bool*
IsTopologyBeingUpdated identifies whether there is an open updating session on the topology of a logical network. This updating session is necessary to execute the methods in INetTopologyEdit and can be opened by executing the StartTopologyUpdating method.