Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public virtual void Delete( string key, DSWriteOption dsWriteOption, string providerName, DataSourceItemsRemovedCallback onDataSourceItemRemovedCallback ) |
| Visual Basic |
|---|
Public Overridable Sub Delete ( _ key As String, _ dsWriteOption As DSWriteOption, _ providerName As String, _ onDataSourceItemRemovedCallback As DataSourceItemsRemovedCallback _ ) |
| Visual C++ |
|---|
public: virtual void Delete( String^ key, DSWriteOption dsWriteOption, String^ providerName, DataSourceItemsRemovedCallback^ onDataSourceItemRemovedCallback ) |
Parameters
- key
- Type: System..::..String
- dsWriteOption
- Type: Alachisoft.NCache.Web.Caching..::..DSWriteOption
- providerName
- Type: System..::..String
- onDataSourceItemRemovedCallback
- Type: Alachisoft.NCache.Web.Caching..::..DataSourceItemsRemovedCallback