mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-05 07:45:05 +00:00
docs: add missing XML comments for Mobile Control Project
This commit is contained in:
@@ -3,10 +3,15 @@ using System;
|
||||
namespace PepperDash.Essentials
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a ClientSpecificUpdateRequest
|
||||
/// Send an update request for a specific client
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
public class ClientSpecificUpdateRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// Initialize an instance of the <see cref="ClientSpecificUpdateRequest"/> class.
|
||||
/// </summary>
|
||||
/// <param name="action"></param>
|
||||
public ClientSpecificUpdateRequest(Action<string> action)
|
||||
{
|
||||
ResponseMethod = action;
|
||||
|
||||
Reference in New Issue
Block a user