UpgradeStartEventArgs Class

Provides data for the MetadataStoreUpgradeStart event.

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
public class UpgradeStartEventArgs extends EventArgs
public class UpgradeStartEventArgs extends EventArgs

Remarks

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

Inheritance Hierarchy

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

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

UpgradeStartEventArgs Members
Microsoft.Synchronization.MetadataStorage Namespace