DataCacheFactoryConfiguration.RemoveNamedConfiguration Method (String)

 

Removes a cache client configuration and its settings from memory.

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

Syntax

public static bool RemoveNamedConfiguration(
    string clientName
)
public:
static bool RemoveNamedConfiguration(
    String^ clientName
)
static member RemoveNamedConfiguration : 
        clientName:string -> bool
Public Shared Function RemoveNamedConfiguration (
    clientName As String
) As Boolean

Parameters

  • clientName
    Type: System.String

    The name of the cache client configuration.

Return Value

Type: System.Boolean

Returns Boolean.

See Also

DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace

Return to top