ServicingContext Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.ServicingContext

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
Public Class ServicingContext _
    Implements IDisposable
public class ServicingContext : IDisposable
public ref class ServicingContext : IDisposable
type ServicingContext =  
    class
        interface IDisposable
    end
public class ServicingContext implements IDisposable

The ServicingContext type exposes the following members.

Constructors

  Name Description
Public method ServicingContext(TeamFoundationRequestContext, IServicingResourceProvider, IServicingStepDetailLogger)
Public method ServicingContext(TeamFoundationRequestContext, IServicingResourceProvider, IServicingStepDetailLogger, IDictionary<String, String>, IDictionary<String, Object>)

Top

Properties

  Name Description
Public property CurrentServicingOperation
Public property GroupResolution
Public property Items
Public property RequestContext
Public property ResourceProvider
Public property Tokens

Top

Methods

  Name Description
Public method AddTokenIfNotDefined
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Error
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 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetItem<T>
Public method GetRequiredToken
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Log
Public method LogInfo(String)
Public method LogInfo(String, array<Object[])
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReplaceResources
Public method ReplaceTokens
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetItem<T>
Public method TryGetToken
Public method Warn

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose

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