Given a name, stores the byte array value in the field with that name.

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

Syntax

C#
public abstract Object PutBlob(
	string fieldName,
	byte[] value
)
Visual Basic
Public MustOverride Function PutBlob ( _
	fieldName As String, _
	value As Byte() _
) As Object
Visual C++
public:
virtual Object^ PutBlob(
	String^ fieldName, 
	array<unsigned char>^ value
) abstract

Parameters

fieldName
Type: System..::..String
Name of field
value
Type: array<System..::..Byte>[]()[][]
true or false

Return Value

Old value if it exists, null otherwise

See Also