Freigeben über


WebAuthenticationService.SupportsCancellation-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieser Dienst Abbrüche unterstützt.

Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client.Web (in system.servicemodel.domainservices.client.web.dll)

Verwendung

'Usage
Dim value As Boolean

value = Me.SupportsCancellation

Syntax

'Declaration
Protected Overrides ReadOnly Property SupportsCancellation As Boolean
protected override bool SupportsCancellation { get; }
protected:
virtual property bool SupportsCancellation {
    bool get () override;
}
/** @property */
protected boolean get_SupportsCancellation ()
protected override function get SupportsCancellation () : boolean

Eigenschaftswert

Immer true.

Hinweise

Diese Implementierung gibt immer true zurück.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

WebAuthenticationService-Klasse
WebAuthenticationService-Member
System.ServiceModel.DomainServices.Client.ApplicationServices-Namespace