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.ObjectThe transaction context object associated with this entry.
type
Type: System.StringThe type of entry to be enumerated.
See Also
Delete Overload
ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace
Return to top