WorkflowTransactionOptions.TimeoutDuration 属性

定义

获取或设置表示事务超时期限的 TimeSpan

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

属性值

TimeSpan

表示事务超时期限的 TimeSpan

属性

适用于