Compartir vía


WorkflowTransactionOptions.TimeoutDuration Propiedad

Definición

Obtiene o establece el TimeSpan que representa el tiempo de espera de la transacción.

public:
 property TimeSpan TimeoutDuration { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.TimeoutDurationConverter))]
public TimeSpan TimeoutDuration { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.TimeoutDurationConverter))>]
member this.TimeoutDuration : TimeSpan with get, set
Public Property TimeoutDuration As TimeSpan

Valor de propiedad

TimeSpan

TimeSpan que representa el tiempo de espera de la transacción.

Atributos

Se aplica a