ICustomProvider.Delete Method (Object, String)

 

Deletes an existing entry from the configuration store.

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

Syntax

void Delete(
    object transactionContext,
    string type
)
void Delete(
    Object^ transactionContext,
    String^ type
)
abstract Delete : 
        transactionContext:Object *
        type:string -> unit
Sub Delete (
    transactionContext As Object,
    type As String
)

Parameters

  • transactionContext
    Type: System.Object

    The transaction context object associated with this entry.

See Also

Delete Overload
ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace

Return to top