CustomProviderProxy Class

Internal.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.ApplicationServer.Caching..::..CustomProviderProxy

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public NotInheritable Class CustomProviderProxy _
    Implements ICustomProvider, IDisposable
'Usage
Dim instance As CustomProviderProxy
public sealed class CustomProviderProxy : ICustomProvider, 
    IDisposable
public ref class CustomProviderProxy sealed : ICustomProvider, 
    IDisposable
[<SealedAttribute>]
type CustomProviderProxy =  
    class
        interface ICustomProvider
        interface IDisposable
    end
public final class CustomProviderProxy implements ICustomProvider, IDisposable

The CustomProviderProxy type exposes the following members.

Constructors

  Name Description
Public method CustomProviderProxy Infrastructure.

Top

Methods

  Name Description
Public method AddUser Infrastructure.
Public method BeginTransaction Infrastructure.
Public method Cleanup Infrastructure.
Public method Delete(Object, String) Infrastructure.
Public method Delete(Object, String, String, Int64) Infrastructure.
Public method Dispose Infrastructure.
Public method EndTransaction Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEntries Infrastructure.
Public method GetEntry Infrastructure.
Public method GetHashCode (Inherited from Object.)
Public method GetStoreUtcTime Infrastructure.
Public method GetType (Inherited from Object.)
Public method GetValue Infrastructure.
Public method Initialize Infrastructure.
Public method Insert Infrastructure.
Public method IsInitialized Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method Open Infrastructure.
Public method RemoveUser Infrastructure.
Public method RetrieveStoreVersion Infrastructure.
Public method TestConnection Infrastructure.
Public method ToString (Inherited from Object.)
Public method Update Infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ApplicationServer.Caching Namespace