Initializes a new instance of the ASBlob class.

Namespace: Com.Tibco.As.Space.Impl.Data
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public ASBlob(
	byte[] bytes,
	int length
)
Visual Basic
Public Sub New ( _
	bytes As Byte(), _
	length As Integer _
)
Visual C++
public:
ASBlob(
	array<unsigned char>^ bytes, 
	int length
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
The bytes.
length
Type: System..::..Int32
The length.

See Also