IRemoteCommandEvents.OnCommandRawOutput Method

Definition

Is called each time the command generates output. The output is not encoded and is returned as a byte blob.

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

Parameters

sender
Object

The command object that sent the event.

arg
CommandRawOutputEventArg

A CommandRawOutputEventArg object that contains the event properties.

Applies to