ClientRuntimeContext.HasPendingRequest 屬性
取得標幟,指出用戶端內容是否有ClientRequest傳送到伺服器。
命名空間: 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 HasPendingRequest As Boolean
Get
'用途
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.HasPendingRequest
public bool HasPendingRequest { get; }
屬性值
類型:System.Boolean
true如果用戶端內容有ClientRequest傳送到伺服器。否則, false。