Given a name, stores the byte array value in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
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 |
| F# |
|---|
abstract PutBlob :
fieldName : string *
value : byte[] -> Object
|
Return Value
Type:
ObjectOld value if it exists, null otherwise
See Also