ConfigMgrBgbMessageReply<T> Constructor (Stream, UInt32, UInt32)
Initializes a new instance of the ConfigMgrBgbMessageReply<T> class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ConfigMgrBgbMessageReply(
Stream messageStream,
uint messageLength,
uint headerLength
)
public:
ConfigMgrBgbMessageReply(
Stream^ messageStream,
unsigned int messageLength,
unsigned int headerLength
)
Public Sub New (
messageStream As Stream,
messageLength As UInteger,
headerLength As UInteger
)
Parameters
messageStream
Type: System.IO.StreamThe message stream.
messageLength
Type: System.UInt32The length of the message.
headerLength
Type: System.UInt32The length of the header.
See Also
ConfigMgrBgbMessageReply<T> Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top