[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets notification command line for job

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetNotifyCmdLine(
	
out 
string 
program,
	
out 
string 
parameters
)
Sub 
GetNotifyCmdLine ( _
		<
OutAttribute> 
ByRef 
program 
As 
String, _
		<
OutAttribute> 
ByRef 
parameters 
As 
String _
)
void 
GetNotifyCmdLine(
		[
OutAttribute] 
String^% 
program, 
		[
OutAttribute] 
String^% 
parameters
)

Parameters

program
String %
parameters
String %

See Also