Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns a value determining whether an asynchronous method was canceled.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Dichiarazione
Function IsCancelled As Integer
int IsCancelled()
int IsCancelled()
abstract IsCancelled : unit -> int
function IsCancelled() : int
Return Value
Type: Int32
0 if the method was canceled; otherwise a non-zero Integer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.