The AsBitStream method returns a BitStream representation (serialized form) of the NBElement's hierarchy being operated on.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public byte[] AsBitStream()
public byte[] AsBitStream()
Public Function AsBitStream As Byte()
Public Function AsBitStream As Byte()
public:
array<unsigned char>^ AsBitStream()
public:
array<unsigned char>^ AsBitStream()
member AsBitStream : unit -> byte[]
member AsBitStream : unit -> byte[]
Return Value
Type:
Byte Bitstream representation of the element and all its children.
This method causes the parser associated with the element to serialize the element and all its children.