ICommandRawOutputEventArg interface

Provides the output from the command as a byte blob. This interface is passed to your implementation of the IRemoteCommandEvents::OnCommandRawOutput event handler.

Members

The ICommandRawOutputEventArg interface inherits from the IDispatch interface. ICommandRawOutputEventArg also has these types of members:

  • Properties

Properties

The ICommandRawOutputEventArg interface has these properties.

Property Access type Description

NodeName

Read-only

Retrieves the name of the node that generated the output.

Output

Read-only

Retrieves the output from the command as a byte blob.

Type

Read-only

Retrieves a value that determines the source of the output.

 

Examples

For an example, see Implementing the Event Handlers for Command Events in C++.

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

HPC Interfaces

ICommandOutputEventArg

IRemoteCommandEvents