ClientRuntimeContext.RequestTimeout 屬性
取得或設定要求的逾時值以毫秒為單位。
命名空間: 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
要求逾時值以毫秒為單位。
備註
使用.NET 受管理的應用程式的用戶端,逾時會套用至HttpWebRequest類別,用來傳送要求給伺服器。在 Silverlight 文件庫,因為HttpWebRequest類別不支援逾時,它只會用呼叫ExecuteQueryAsync方法時。Timeout.Infinite值表示沒有逾時。