CmdRunnerWorker CmdRunnerUpdater DelegateCleanCode C# Libraries v1.2.03 API
Delegate signature for the callback routine to process results.

Namespace: CleanCode.RemoteCommands
Assembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public delegate void CmdRunnerUpdater(
	string ip,
	string cmd,
	string result
)
See Also