A delegate that, if provided, is called when an Asynchronous request for Add Operation completes. You can use this to obtain the results of an 'AddAsync' operation.

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 AsyncItemAddedCallback AsyncItemAddCallback { get; set; }
Visual Basic
Public Property AsyncItemAddCallback As AsyncItemAddedCallback
	Get
	Set
Visual C++
public:
property AsyncItemAddedCallback^ AsyncItemAddCallback {
	AsyncItemAddedCallback^ get ();
	void set (AsyncItemAddedCallback^ value);
}

See Also