Click or drag to resize

RMTrackService Methods

The RMTrackService type exposes the following members.

Methods
  NameDescription
Public methodCodeValueDelete
Public methodCodeValueGet
Public methodCodeValuePost
Public methodCodeValuesList
Public methodDispose
Release any underlying webrequest's sockets.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Takes the place of a constructor. Must be called prior to any other method.
Public methodIssueAttachmentGet
Get the binary data for an attachment. Not available from COM clients.
Public methodIssueAttachmentGetBytes
Get the binary data for an attachment.
Public methodIssueDetailsGet(Int32)
Gets the issue details for a specified issue. Not available from COM clients (COM clients must specify an IssueDetailsOption value).
Public methodIssueDetailsGet(String)
Gets the issue details for a specified issue. Not available from COM clients (COM clients must specify an IssueDetailsOption value).
Public methodIssueDetailsGet(Int32, IssueDetailsOptions)
Gets the issue details for a specified issue by issue id. Not available to COM clients.
Public methodIssueDetailsGet(String, IssueDetailsOptions)
Gets the issue details for a specified issue by issue id or issue number
Public methodIssueDetailsHead
Check if a specific issue exists.
Public methodIssueDetailsPost(String)
Submit a new issue for creation. Not available from COM clients.
Public methodIssueDetailsPost(String, Boolean)
Submit a new issue for creation.
Public methodIssueListGet
Get a list of issues matching the specified project and filter
Public methodIssueSearchGet
Search for all issues that match a particular criteria
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also