TeamFoundationRequestContext Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Public Class TeamFoundationRequestContext _
Implements IDisposable
public class TeamFoundationRequestContext : IDisposable
public ref class TeamFoundationRequestContext : IDisposable
type TeamFoundationRequestContext =
class
interface IDisposable
end
public class TeamFoundationRequestContext implements IDisposable
The TeamFoundationRequestContext type exposes the following members.
Properties
Top
Methods
Name | Description | |
---|---|---|
Cancel(String) | ||
Cancel(String, TimeSpan) | ||
CreateImpersonationContext(IdentityDescriptor) | ||
CreateImpersonationContext(TeamFoundationServiceHost) | ||
CreateImpersonationContext(TeamFoundationServiceHost, IdentityDescriptor) | ||
Dispose | ||
EnterCancelableRegion | ||
EnterMethod | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
ExitCancelableRegion | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAuthenticatedIdentity | ||
GetHashCode | (Overrides Object.GetHashCode().) | |
GetService<T> | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleThreadAbort | ||
IsCanceled | ||
LeaveMethod | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PartialResultsReady | ||
ThrowIfCanceled | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.