WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
AsBitStream Method (options)
NamespacesIBM.Broker.PluginNBElementAsBitStream(NBBitStreamControl)
SUMMARY
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on, using the given options.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] AsBitStream(
	NBBitStreamControl options
)
Public Function AsBitStream ( _
	options As NBBitStreamControl _
) As Byte()
public:
array<unsigned char>^ AsBitStream(
	NBBitStreamControl options
)
member AsBitStream : 
        options:NBBitStreamControl -> byte[] 
Parameters
options (NBBitStreamControl)
The NBBitStreamControl options used to generate the bit stream.
Return Value
Bitstream representation of the element and all its children.
Remarks
This method causes the parser associated with the element to serialize the element and all its children.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0