| CMSConnectionScope Methods | 
The CMSConnectionScope type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CallOnDispose | 
            Adds the given action to the list of actions called when the handler object is disposed
            (Inherited from DisposableObject.) | 
|  | Close | 
            Closes the connection.
             | 
|  | Dispose | 
            Disposes the object.
            (Overrides DisposableObjectDispose.) | 
|  | Lock | 
            Locks the event on the given lock object. The context stays locked until the handler is disposed.
            (Inherited from DisposableObject.) | 
|  | Open | 
            Opens the connection.
             | 
|  | ResetConnection | 
            Resets the connection to recover from error.
             | 
|  | Using | 
            Adds the given object to the list of the allocated objects to dispose
            (Inherited from DisposableObject.) | 
 See Also
See Also