TeamFoundationRequestContext.IsCanceled Method
Determines if the current request has been canceled.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function IsCanceled As Boolean
public virtual bool IsCanceled()
public:
virtual bool IsCanceled()
abstract IsCanceled : unit -> bool
override IsCanceled : unit -> bool
public function IsCanceled() : boolean
Return Value
Type: System.Boolean
True if the request has been canceled; false otherwise.
.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.