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

Gets the full path of the temporary file that contains the contents of the download

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetTemporaryName(
	
out 
string 
fileName
)
Sub 
GetTemporaryName ( _
		<
OutAttribute> 
ByRef 
fileName 
As 
String _
)
void 
GetTemporaryName(
		[
OutAttribute] 
String^% 
fileName
)

Parameters

fileName
String %

See Also