Click or drag to resize

IRMTrackService Interface

The IRMTrackService interface is provided primarily to allow COM clients, like Visual Basic 6, to access the REST API using early binding (and allowing VB6's intellisense to provide information about the object's methods).

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
public interface IRMTrackService

The IRMTrackService type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Takes the place of a constructor. Must be called prior to any other method.
Public methodIssueAttachmentGetBytes
Get the binary data for an attachment.
Public methodIssueDetailsGet
Gets the issue details for a specified issue.
Public methodIssueDetailsHead
Check if a specific issue exists.
Public methodIssueDetailsPost
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
Top
See Also