Delete Method (Object, String, String, Int64)
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 Function Delete ( _
transactionContext As Object, _
type As String, _
key As String, _
oldVersion As Long _
) As Boolean
'Usage
Dim instance As CustomProviderProxy
Dim transactionContext As Object
Dim type As String
Dim key As String
Dim oldVersion As Long
Dim returnValue As Boolean
returnValue = instance.Delete(transactionContext, _
type, key, oldVersion)
public bool Delete(
Object transactionContext,
string type,
string key,
long oldVersion
)
public:
virtual bool Delete(
Object^ transactionContext,
String^ type,
String^ key,
long long oldVersion
) sealed
abstract Delete :
transactionContext:Object *
type:string *
key:string *
oldVersion:int64 -> bool
override Delete :
transactionContext:Object *
type:string *
key:string *
oldVersion:int64 -> bool
public final function Delete(
transactionContext : Object,
type : String,
key : String,
oldVersion : long
) : boolean
Parameters
- transactionContext
Type: System. . :: . .Object
Internal.
- type
Type: System. . :: . .String
Internal.
- key
Type: System. . :: . .String
Internal.
- oldVersion
Type: System. . :: . .Int64
Internal.
Return Value
Type: System. . :: . .Boolean
Returns Boolean.
Implements
ICustomProvider. . :: . .Delete(Object, String, String, Int64)