NBElement AsBitStream Method IBM Integration Bus
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public byte[] AsBitStream()

Return Value

Type:  OnlineByte 
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.
See Also