IDiscussionManager Interface
Manages publishing and querying the discussions against Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public Interface IDiscussionManager
public interface IDiscussionManager
public interface class IDiscussionManager
type IDiscussionManager = interface end
public interface IDiscussionManager
The IDiscussionManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
LocalDataRetentionDays | The number of days the local data will be retained since the last saved date. |
Top
Methods
Name | Description | |
---|---|---|
BeginCleanup | Cleans up the discussions in the local storage. | |
BeginPublish | Publishes the discussions so other viewers can see them. | |
BeginQueryByCodeReviewRequest | Queries the discussions associated with the specified code review request. The results can come from the server or the local store, or both, by setting the option, whose default value is QueryStoreOption.ServerOnly. | |
BeginQueryByVersion | Queries the discussions associated with the specified changeset or shelveset. The results can come from the server or the local store, or both, by setting the option, whose default value is QueryStoreOption.ServerOnly. | |
BeginSave | Saves the changed discussions to the local storage. | |
EndCleanup | Ends cleaning up the discussions. | |
EndPublish | Ends publishing the discussions. | |
EndQueryByCodeReviewRequest | Ends querying discussions by the specified code review request. | |
EndQueryByVersion | Ends querying discussions by the specified changeset or shelveset. | |
EndSave | Ends saving the discussions. |
Top
Events
Name | Description | |
---|---|---|
LocalDataLost | Notifies that the local storage is corrupted and existing data is lost. |
Top