IVersionControlSuspendCommitChangedExternally Method |
Gets an
IDisposable instance which will disable publishing of the
CommitChangedExternally event and re-enable when disposed.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
SyntaxIDisposable SuspendCommitChangedExternally()
Return Value
Type:
IDisposableAn
IDisposable instance which will disable publishing the
CommitChangedExternally event and re-enable when disposed.
See Also