CustomProviderProxy Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub New ( _
    logSource As String, _
    coreProvider As ICustomProvider _
)
'Usage
Dim logSource As String
Dim coreProvider As ICustomProvider

Dim instance As New CustomProviderProxy(logSource, _
    coreProvider)
public CustomProviderProxy(
    string logSource,
    ICustomProvider coreProvider
)
public:
CustomProviderProxy(
    String^ logSource, 
    ICustomProvider^ coreProvider
)
new : 
        logSource:string * 
        coreProvider:ICustomProvider -> CustomProviderProxy
public function CustomProviderProxy(
    logSource : String, 
    coreProvider : ICustomProvider
)

Parameters

See Also

Reference

CustomProviderProxy Class

Microsoft.ApplicationServer.Caching Namespace