com.apamax.matlab
Event OpenSessionResponse


Validation of OpenSessionRequest.
Member summary
 stringsessionID

The unique ID of the created session.
 stringmessageID

Shows the order in which the events are routed.
 booleansuccess

True if session was opened successfully.
 stringerror

If success = false, error will contain the error message.
 
Member detail

error

            string error
        
If success = false, error will contain the error message.

messageID

            string messageID
        
Shows the order in which the events are routed.

sessionID

            string sessionID
        
The unique ID of the created session.

success

            boolean success
        
True if session was opened successfully.