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

  Name Description
Public property AuthenticatedUserName
Public property Command
Public property ContextId
Public property DomainUserName
Public property EndTime
Public property IsServicingContext
Public property IsSystemContext
Public property Items
Public property Method
Public property Queued
Public property QueuedTime
Public property ServiceHost
Public property ServiceName
Public property StartTime
Public property Status
Public property UniqueIdentifier
Public property UserContext

Top

Methods

  Name Description
Public method Cancel(String)
Public method Cancel(String, TimeSpan)
Public method CreateImpersonationContext(IdentityDescriptor)
Public method CreateImpersonationContext(TeamFoundationServiceHost)
Public method CreateImpersonationContext(TeamFoundationServiceHost, IdentityDescriptor)
Public method Dispose
Public method EnterCancelableRegion
Public method EnterMethod
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExitCancelableRegion
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAuthenticatedIdentity
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetService<T>
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member HandleThreadAbort
Public method IsCanceled
Public method LeaveMethod
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method PartialResultsReady
Public method ThrowIfCanceled
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace