DbBeginSnapshotInitializationEventArgs Class

Provides data for the BeginSnapshotInitialization event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.DbBeginSnapshotInitializationEventArgs

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DbBeginSnapshotInitializationEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DbBeginSnapshotInitializationEventArgs
[SerializableAttribute]
public class DbBeginSnapshotInitializationEventArgs : EventArgs
[SerializableAttribute]
public ref class DbBeginSnapshotInitializationEventArgs : public EventArgs
[<SerializableAttribute>]
type DbBeginSnapshotInitializationEventArgs =  
    class
        inherit EventArgs
    end
public class DbBeginSnapshotInitializationEventArgs extends EventArgs

The DbBeginSnapshotInitializationEventArgs type exposes the following members.

Properties

  Name Description
Public property ScopeName Gets the name of the scope for which initialization is required.

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

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.Data Namespace