Given a name, stores the char 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 PutChar(
string fieldName,
char value
) |
| Visual Basic |
|---|
Public MustOverride Function PutChar (
fieldName As String,
value As Char
) As Object |
| Visual C++ |
|---|
public:
virtual Object^ PutChar(
String^ fieldName,
wchar_t value
) abstract |
| F# |
|---|
abstract PutChar :
fieldName : string *
value : char -> Object
|
Return Value
Type:
ObjectOld value if it exists, null otherwise
See Also