ApplyMetadataFailedEventArgs.RetryTransaction Property

Gets or sets whether to retry the transaction or roll back and fail.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property RetryTransaction As Boolean
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As Boolean

value = instance.RetryTransaction

instance.RetryTransaction = value
public bool RetryTransaction { get; set; }
public:
property bool RetryTransaction {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_RetryTransaction ()

/** @property */
public void set_RetryTransaction (boolean value)
public function get RetryTransaction () : boolean

public function set RetryTransaction (value : boolean)

Property Value

true to retry the transaction; false to roll back and fail.

See Also

Reference

ApplyMetadataFailedEventArgs Class
ApplyMetadataFailedEventArgs Members
Microsoft.Synchronization.Data Namespace