Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

[Missing <summary> documentation for "T:SharedCache.Notify.version.GetVersionCompletedEventHandler"]

Namespace:  SharedCache.Notify.version
Assembly:  SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public delegate void GetVersionCompletedEventHandler(
	Object sender,
	GetVersionCompletedEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub GetVersionCompletedEventHandler ( _
	sender As Object, _
	e As GetVersionCompletedEventArgs _
)
Visual C++
public delegate void GetVersionCompletedEventHandler(
	Object^ sender, 
	GetVersionCompletedEventArgs^ e
)

Remarks

[Missing <remarks> documentation for "T:SharedCache.Notify.version.GetVersionCompletedEventHandler"]

See Also