Delete Method (Object, String)

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 Delete ( _
    transactionContext As Object, _
    type As String _
)
'Usage
Dim instance As CustomProviderProxy
Dim transactionContext As Object
Dim type As String

instance.Delete(transactionContext, type)
public void Delete(
    Object transactionContext,
    string type
)
public:
virtual void Delete(
    Object^ transactionContext, 
    String^ type
) sealed
abstract Delete : 
        transactionContext:Object * 
        type:string -> unit 
override Delete : 
        transactionContext:Object * 
        type:string -> unit 
public final function Delete(
    transactionContext : Object, 
    type : String
)

Parameters

Implements

ICustomProvider. . :: . .Delete(Object, String)

See Also

Reference

CustomProviderProxy Class

Delete Overload

Microsoft.ApplicationServer.Caching Namespace