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 |
---|---|---|
Read-only |
Retrieves the name of the node that generated the output. |
|
Read-only |
Retrieves the output from the command as a byte blob. |
|
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 |