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

Decompresses the data with TCompressor

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
byte[] 
Decompress(
	
byte[] 
data
)
Public 
Shared 
Function 
Decompress ( _
	
data 
As 
Byte() _
) 
As 
Byte()
public:
static 
array<
unsigned char>^ 
Decompress(
	
array<
unsigned char>^ 
data
)

Parameters

data
array< Byte > [] () [] []

See Also