Skip to content

Commit

Permalink
updated some doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Nov 20, 2023
1 parent 7fa615e commit 9572c44
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public DigitalTwinsClientWrapper(DigitalTwinsClient client, ILogger<DigitalTwins
/// <param name="instanceID">the digital twin instance ID.</param>
/// <param name="instancePropertyPath">the property path of a digital twin instance to update.</param>
/// <param name="data">the data used to update a digital twin instance's property.</param>
/// <exception cref="Azure.RequestFailedException">Rethrown if the client throws this exception</exception>
/// <exception cref="NotSupportedException">Thrown if the data parameter could not be parsed</exception>
/// <returns>Returns a task for updating a digital twin instance.</returns>
public async Task UpdateDigitalTwinAsync(string modelID, string instanceID, string instancePropertyPath, string data)
{
Expand Down

0 comments on commit 9572c44

Please sign in to comment.