WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
AsBitStream Method
NamespacesIBM.Broker.PluginNBElementAsBitStream()()()()
SUMMARY
The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] AsBitStream()
Public Function AsBitStream As Byte()
public:
array<unsigned char>^ AsBitStream()
member AsBitStream : unit -> byte[] 
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