ClientRuntimeContext.AddQueryIdAndResultObject Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub AddQueryIdAndResultObject ( _
id As Long, _
obj As Object _
)
'Usage
Dim instance As ClientRuntimeContext
Dim id As Long
Dim obj As Object
instance.AddQueryIdAndResultObject(id, _
obj)
public void AddQueryIdAndResultObject(
long id,
Object obj
)
Parameters
- id
Type: System.Int64
- obj
Type: System.Object