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

Sets payload from an existing stream

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetPayloadFromStream(
	
Stream 
sourceStream,
	
long 
offset
)
Public 
Sub 
SetPayloadFromStream ( _
	
sourceStream 
As 
Stream, _
	
offset 
As 
Long _
)
public:
void 
SetPayloadFromStream(
	
Stream^ 
sourceStream, 
	
long long 
offset
)

Parameters

sourceStream
Stream
offset
Int64

See Also