Share via


ClientSettings.RequestTimeout Property

 

Gets or sets request timeout used by WorkflowManagementClient and its objects.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public TimeSpan RequestTimeout {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property TimeSpan RequestTimeout {
    [CompilerGeneratedAttribute]
    TimeSpan get();
    [CompilerGeneratedAttribute]
    void set(TimeSpan value);
}
member RequestTimeout : TimeSpan with get, set
Public Property RequestTimeout As TimeSpan

Property Value

Type: System.TimeSpan

See Also

ClientSettings Class
Microsoft.Workflow.Client Namespace

Return to top