Share via


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

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace