IRemoteCommandEvents.OnCommandOutput(Object, CommandOutputEventArg) Method

Definition

Is called each time the command generates a line of output.

public void OnCommandOutput (object sender, Microsoft.Hpc.Scheduler.CommandOutputEventArg arg);
abstract member OnCommandOutput : obj * Microsoft.Hpc.Scheduler.CommandOutputEventArg -> unit
Public Sub OnCommandOutput (sender As Object, arg As CommandOutputEventArg)

Parameters

sender
Object

The command object that sent the event.

arg
CommandOutputEventArg

A CommandOutputEventArg object that contains the event properties.

Applies to