ApplyMetadataFailedEventArgs Class

Provides data for the ApplyMetadataFailed event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.ApplyMetadataFailedEventArgs

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

public class ApplyMetadataFailedEventArgs : EventArgs

The ApplyMetadataFailedEventArgs type exposes the following members.

  NameDescription
Public methodApplyMetadataFailedEventArgsInitializes a new instance of the ApplyMetadataFailedEventArgs class by using data row, exception, session, context, connection, and transaction parameters.
Top

  NameDescription
Public propertyChangeGets the DataRow object that contains the data row where the error occurred.
Public propertyConnectionGets an IDbConnection object for the connection over which changes were attempted during synchronization.
Public propertyContextGets a DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.
Public propertyErrorGets an Exception object that contains metadata about any exceptions that occurred during synchronization.
Public propertyRetryTransactionGets or sets whether to retry the transaction or roll back and fail.
Public propertySessionGets a DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing.
Public propertyTransactionGets or sets an IDbTransaction object that contains the transaction within which changes to metadata were attempted.
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

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: