PutContextMap

Adds the new context properties to the current context properties.

Syntax

Sub putContextMap(context As Map) 

Parameters

  • The new context map to be added to the current context map

Results

None.

Example

Dim map As New G1CLIENTLib.Map 
Dim requestMsg As New G1UBCAPICOMLib.Message 

map.Insert requestMsg.CONTEXT_ACCOUNT_ID, "admin" 
map.Insert requestMsg.CONTEXT_ACOUNT_PASSWORD, "admin" 

requestMsg.putContextMap map