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