Click or drag to resize
ScopeGuardTDismiss Method
Dismisses the scope guard. Subsequent calls to Dispose will have no effect.

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public void Dismiss()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe scope guard has already been disposed.
See Also