IRemoteCommand.OnCommandRawOutput Event

Definition

An event that is raised when the command generates output. The output is provided as a byte blob without encoding.

event EventHandler<Microsoft.Hpc.Scheduler.CommandRawOutputEventArg> OnCommandRawOutput;
member this.OnCommandRawOutput : EventHandler<Microsoft.Hpc.Scheduler.CommandRawOutputEventArg> 
Event OnCommandRawOutput As EventHandler(Of CommandRawOutputEventArg) 

Event Type

Applies to