[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Sets a char value with the specified name into the Map.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void SetChar( string name, char value ) |
Public Sub SetChar ( _ name As String, _ value As Char _ ) |
public: void SetChar( String^ name, wchar_t value ) |
Parameters
- name
- Type: System..::.String
The name of the char. Name cannot be null or an empty string.
- value
- Type: System..::.Char
The char value to set in the Map
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS..::.MessageNotWriteableException | An MessageNotWriteableException may be thrown if the message is in read-only mode |
System..::.ArgumentException | An ArgumentException may be thrown if the name is null or if the name is an empty string |