Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public Object AddAsync(
	string key,
	CacheItem item,
	DSWriteOption dsWriteOption,
	string providerName,
	DataSourceItemsAddedCallback onDataSourceItemAdded
)
Visual Basic
Public Function AddAsync ( _
	key As String, _
	item As CacheItem, _
	dsWriteOption As DSWriteOption, _
	providerName As String, _
	onDataSourceItemAdded As DataSourceItemsAddedCallback _
) As Object
Visual C++
public:
Object^ AddAsync(
	String^ key, 
	CacheItem^ item, 
	DSWriteOption dsWriteOption, 
	String^ providerName, 
	DataSourceItemsAddedCallback^ onDataSourceItemAdded
)

See Also