ServiceProxy<TService>.Timeout Property

 

Applies To: Dynamics CRM 2015

Gets or sets the maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public TimeSpan Timeout { get; set; }
public:
property TimeSpan Timeout {
    TimeSpan get();
    void set(TimeSpan value);
}
member Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

Property Value

Type: System.TimeSpan

Type: TimeSpan
The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright