Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Namespace:
SharedCache.Notify.version
Assembly: SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)
[Missing <summary> documentation for "T:SharedCache.Notify.version.GetVersionCompletedEventHandler"]
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 ) |
Parameters
- sender
- Type: System..::.Object
Remarks
[Missing <remarks> documentation for "T:SharedCache.Notify.version.GetVersionCompletedEventHandler"]