Freigeben über


ConditionalScope-Klasse

Bedingt Code auf dem Server ausgeführt werden.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Client.ConditionalScopeBase
    Microsoft.SharePoint.Client.ConditionalScope

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class ConditionalScope _
    Inherits ConditionalScopeBase
'Usage
Dim instance As ConditionalScope
public sealed class ConditionalScope : ConditionalScopeBase

Hinweise

Wenn die angegebene Bedingung erfüllt sind, die Methode StartScope() gibt an, welche Aktion aus, und die Eigenschaft TestResult() enthält das Ergebnis dieser Bedingungen testen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

ConditionalScope-Member

Microsoft.SharePoint.Client-Namespace