次の方法で共有


ClientRuntimeContext.PendingRequest プロパティ

Gets the ClientRequest object that is sent to the server when the next ExecuteQuery is executed.

名前空間:  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
The client request that is sent to the server.

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

Microsoft.SharePoint.Client 名前空間