Share via


DkmDeploymentCommand.OnStdErr(String) Method

Definition

Indication that the target wrote to stderr. This will not be used if the DkmDeploymentCommandFlags.CombineStdErr flag is used. Note that the output from stderr and stdout is not synchronized, so if a program writes to stdout before stderr, a listener may still get the stderr output first (or vice versa).

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 void OnStdErr(System::String ^ Text);
public:
 void OnStdErr(Platform::String ^ Text);
void OnStdErr(std::wstring const & Text);
public void OnStdErr (string Text);
member this.OnStdErr : string -> unit
Public Sub OnStdErr (Text As String)

Parameters

Text
String

[In] Text written to stderr.

Applies to