Represents a scope wherein a CacheSession is active.
| C# | Visual Basic | Visual C++ |
public class CacheSessionContext : IDisposable
Public Class CacheSessionContext _ Implements IDisposable
public ref class CacheSessionContext : IDisposable
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| CacheSessionContext(Boolean) |
Creates a new context for a CacheSession.
| |
| CacheSessionContext()()() |
Creates a new context for a CacheSession.
| |
| Dispose()()() |
Disposes the current CacheSessionContext. If this context is the currently
active CacheSessionContext, the new current context will be the context that has
been replaced by this context.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Disposes this context on finalize if Dispose()()() has not been called yet.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| CacheSessionContext | |
