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

Gets reply data for job

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetReplyData(
	
IntPtr 
buffer,
	
out 
ulong 
length
)
Sub 
GetReplyData ( _
		<
OutAttribute> 
buffer 
As 
IntPtr, _
		<
OutAttribute> 
ByRef 
length 
As 
ULong _
)
void 
GetReplyData(
		[
InAttribute] [
OutAttribute] 
IntPtr 
buffer, 
		[
OutAttribute] 
unsigned long long% 
length
)

Parameters

buffer
IntPtr
length
UInt64 %

See Also