RequestContextBase Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.RequestContextBase
Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustInherit Class RequestContextBase _
Implements IDisposable
public abstract class RequestContextBase : IDisposable
public ref class RequestContextBase abstract : IDisposable
[<AbstractClass>]
type RequestContextBase =
class
interface IDisposable
end
public abstract class RequestContextBase implements IDisposable
The RequestContextBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RequestContextBase |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ContextId | This is a unique Identifier that is assigned to each RequestContextBase as it is created. This identifier is never changed throughout the request execution. |
![]() |
IsTracked | Whether or not to track this request's performance |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | Cancels this request |
![]() |
Dispose() | |
![]() |
Dispose(Boolean) | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Trace |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.