ClientRuntimeContext.PendingRequest 屬性
取得ClientRequest物件的下一個ExecuteQuery執行時,會傳送至伺服器。
命名空間: 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 ReadOnly Property PendingRequest As ClientRequest
Get
'用途
Dim instance As ClientRuntimeContext
Dim value As ClientRequest
value = instance.PendingRequest
public ClientRequest PendingRequest { get; }
屬性值
類型:Microsoft.SharePoint.Client.ClientRequest
傳送至伺服器的用戶端要求。