ClientRuntimeContext.HasPendingRequest プロパティ
Gets the flag that indicates whether the client context has the ClientRequest to be sent to the server.
名前空間: 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 if the client context has the ClientRequest to be sent to the server; otherwise, false.