[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Sets a short value with the specified name into the Map.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void SetShort( string name, short value ) |
Public Sub SetShort ( _ name As String, _ value As Short _ ) |
public: void SetShort( String^ name, short value ) |
Parameters
- name
- Type: System..::.String
The name of the short. Name cannot be null or an empty string.
- value
- Type: System..::.Int16
The short 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 |