Skip to content

Commit a88a77b

Browse files
author
Sharon Shabtai
authored
Merge pull request #83 from shabtaisharon/ESCP-1119
Add missing docs
2 parents 6406adf + 2d8c3b7 commit a88a77b

File tree

2 files changed

+144
-196
lines changed

2 files changed

+144
-196
lines changed

SpectraLogic.SpectraRioBrokerClient/Calls/Broker/RetryRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ public class RetryRequest : RestRequest
2727
{
2828
#region Constructors
2929

30-
/// <summary>
31-
/// Initializes a new instance of the <see cref="RetryRequest"/> class.
32-
/// </summary>
30+
/// <summary>Initializes a new instance of the <see cref="RetryRequest"/> class.</summary>
31+
/// <param name="brokerName">Name of the broker.</param>
3332
/// <param name="jobId">The job identifier.</param>
33+
/// <param name="retryJobType">Type of the retry job.</param>
3434
public RetryRequest(String brokerName, Guid jobId, JobType retryJobType)
3535
{
3636
Contract.Requires<ArgumentNullException>(brokerName != null, "brokerName");

0 commit comments

Comments
 (0)