IVsWCFAsyncResult.IsCancelled, méthode
Retourne une valeur déterminant si une méthode asynchrone a été annulée.
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
Function IsCancelled As Integer
int IsCancelled()
int IsCancelled()
abstract IsCancelled : unit -> int
function IsCancelled() : int
Valeur de retour
Type : Int32
0 si la méthode était annulée ; sinon Integer non nul.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.