DbSyncSessionProgressEventArgs Class
Provides data for the SessionProgress event.
This class is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
<CLSCompliantAttribute(False)> _
Public Class DbSyncSessionProgressEventArgs
Inherits SyncStagedProgressEventArgs
'Usage
Dim instance As DbSyncSessionProgressEventArgs
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")]
[CLSCompliantAttribute(false)]
public class DbSyncSessionProgressEventArgs : SyncStagedProgressEventArgs
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")]
[CLSCompliantAttribute(false)]
public ref class DbSyncSessionProgressEventArgs : public SyncStagedProgressEventArgs
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */
/** @attribute CLSCompliantAttribute(false) */
public class DbSyncSessionProgressEventArgs extends SyncStagedProgressEventArgs
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")
CLSCompliantAttribute(false)
public class DbSyncSessionProgressEventArgs extends SyncStagedProgressEventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.SyncStagedProgressEventArgs
Microsoft.Synchronization.Data.DbSyncSessionProgressEventArgs
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
DbSyncSessionProgressEventArgs Members
Microsoft.Synchronization.Data Namespace