ConditionalScope.StartScope Method
Starts the execution of the LINQ expression.
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 Function StartScope As IDisposable
'Usage
Dim instance As ConditionalScope
Dim returnValue As IDisposable
returnValue = instance.StartScope()
public IDisposable StartScope()
Return Value
Type: System.IDisposable
The interface that is used to end the scope.
Remarks
The method records the query ID and the query result object after executing the expression.