Dela via


UpgradeStartEventArgs Class

Provides data for the MetadataStoreUpgradeStart event.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class UpgradeStartEventArgs _
    Inherits EventArgs
'Usage
Dim instance As UpgradeStartEventArgs
public class UpgradeStartEventArgs : EventArgs
public ref class UpgradeStartEventArgs : public EventArgs
type UpgradeStartEventArgs =  
    class
        inherit EventArgs
    end
public class UpgradeStartEventArgs extends EventArgs

The UpgradeStartEventArgs type exposes the following members.

Properties

  Name Description
Public property SkipUpgrade Gets or sets a value that indicates whether the metadata store upgrade can be performed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.MetadataStorage Namespace