UpgradeStartEventArgs Class

Provides data for the MetadataStoreUpgradeStart event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.MetadataStorage.UpgradeStartEventArgs

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public class UpgradeStartEventArgs : EventArgs

The UpgradeStartEventArgs type exposes the following members.

  NameDescription
Public propertySkipUpgradeGets or sets a value that indicates whether the metadata store upgrade can be performed.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

The MetadataStoreUpgradeStart event occurs when the metadata store is about to be upgraded because the Sync Framework version has changed.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: