public class OpenCaseScope : IDisposable
Public Class OpenCaseScope
Implements IDisposable
public ref class OpenCaseScope : IDisposable
type OpenCaseScope =
class
interface IDisposable
end
OpenCaseScope | Provides a case, which is ensured to be open. If the case was closed, then the instance registers the close time of the case and subsequently reopens it. When dispose is called the case will be reverted to the state that it was in when the instance was created. When overlapping case scopes occurs only the first scope will lock |
Dispose | Restores the original state of the case. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
LockCase | Locks the case with with process instance. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
UnLockCase | Unlocks the case. |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |