ConditionalScope Class
Executes code on the server conditionally.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ConditionalScope
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 NotInheritable Class ConditionalScope _
Implements IFromJson
'Usage
Dim instance As ConditionalScope
public sealed class ConditionalScope : IFromJson
Remarks
If the specified conditions are met, the StartScope() method specifies which action to perform, and the TestResult property contains the result of testing those conditions.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.