RemoteVerifyOperation Class

A verify operation that runs remotely.

Inheritance Hierarchy

Syntax

public class RemoteVerifyOperation : VerifyOperation, Inedo.Diagnostics.ILogSink, IComparingOperation, ICollectingOperation, Inedo.Serialization.ISlimSerializablePropertyContainer

Constructors

Name Description
RemoteVerifyOperation

Methods

Name Description
CollectAsync(IOperationCollectionContext context)
ExecuteCommandLineAsync(IRemoteOperationExecutionContext context, Inedo.Agents.RemoteProcessStartInfo startInfo)

Executes the specified process asychronously and writes process output to the operation's log.

ExecuteCommandLineAsync(IOperationExecutionContext context, Inedo.Agents.RemoteProcessStartInfo startInfo)

Executes the specified process asychronously and writes process output to the operation's log.

Remarks

This class should not normally be used directly. Instead, use RemoteVerifyOperation<TConfig>.