AuthenticationOperation.SupportsCancellation-Eigenschaft
Ruft einen Wert ab, der angibt, ob der Vorgang Abbrüche unterstützt.
Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client (in system.servicemodel.domainservices.client.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
true, wenn der Vorgang Abbrüche unterstützt, andernfalls false.
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
AuthenticationOperation-Klasse
AuthenticationOperation-Member
System.ServiceModel.DomainServices.Client.ApplicationServices-Namespace