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.GetVersionCompletedEventArgs"]

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

Syntax

C#
public class GetVersionCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class GetVersionCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
Visual C++
public ref class GetVersionCompletedEventArgs : public AsyncCompletedEventArgs

Remarks

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.AsyncCompletedEventArgs
      SharedCache.Notify.version..::.GetVersionCompletedEventArgs

See Also