TeamFoundationDiscussionService Class

The entry point of Team Foundation Discussion Service.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Discussion.Client.TeamFoundationDiscussionService

Namespace:  Microsoft.TeamFoundation.Discussion.Client
Assembly:  Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)

Syntax

'Declaration
Public NotInheritable Class TeamFoundationDiscussionService
public sealed class TeamFoundationDiscussionService
public ref class TeamFoundationDiscussionService sealed
[<Sealed>]
type TeamFoundationDiscussionService =  class end
public final class TeamFoundationDiscussionService

The TeamFoundationDiscussionService type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationDiscussionService

Top

Methods

  Name Description
Public method CreateDiscussionManager Returns a new instance of the IDiscussionManager interface.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize
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.Discussion.Client Namespace