Skip to content

Commit dfe12d2

Browse files
Updated adapter command name and description.
1 parent 985f269 commit dfe12d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Applications/SIMProx/SIMProx/SnmpHost.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ public override string GetShortStatus(int maxLength)
577577
/// <summary>
578578
/// Queues database operation for execution. Operation will execute immediately if not already running.
579579
/// </summary>
580-
[AdapterCommand("Queues database operation for execution. Operation will execute immediately if not already running.", "Administrator", "Editor")]
581-
public void QueueOperation() => m_databaseOperation?.RunOnce();
580+
[AdapterCommand("Executes any queued database operations for execution. Operation will execute immediately if not already running.", "Administrator", "Editor")]
581+
public void ExecuteOperation() => m_databaseOperation?.RunOnce();
582582

583583
private void DatabaseOperation()
584584
{

0 commit comments

Comments
 (0)