ICommandOutputEventArg Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the arguments that are passed to your event handler when the command generates a line of output on a node in the cluster.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("32dca0f1-8ab7-4496-93be-391defced2fd")]
public interface ICommandOutputEventArg
type ICommandOutputEventArg = interface
Public Interface ICommandOutputEventArg
- Derived
- Attributes
Properties
Message |
Retrieves the line of output from the command. |
NodeName |
Retrieves the name of the node that ran the command. |
Type |
Identifies the source of the output. |