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

Generates a destination path for the message file

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
static 
string 
GetInboxPath(
	
string 
componentName,
	
string 
serverName
)
Protected 
Shared 
Function 
GetInboxPath ( _
	
componentName 
As 
String, _
	
serverName 
As 
String _
) 
As 
String
protected:
static 
String^ 
GetInboxPath(
	
String^ 
componentName, 
	
String^ 
serverName
)

Parameters

componentName
String
serverName
String

See Also