ClientRuntimeContext.RequestTimeout プロパティ
Gets or sets the requested time-out value in milliseconds.
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内); Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内) Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)
構文
'宣言
Public Property RequestTimeout As Integer
Get
Set
'使用
Dim instance As ClientRuntimeContext
Dim value As Integer
value = instance.RequestTimeout
instance.RequestTimeout = value
public int RequestTimeout { get; set; }
プロパティ値
型: System.Int32
The requested time-out value in milliseconds.
注釈
With a .NET managed application client, the time-out is applied to the HttpWebRequest class that is used to send request to the server. In the Silverlight Library, because the HttpWebRequest class does not support time-out, it is only used when the ExecuteQueryAsync method is called. A value of Timeout.Infinite implies that there is no time-out.