Knowledgebase: > Properties
OnlineSessions
Posted by Rula Halaseh, Last modified by Diana Alkouni on 02 September 2020 02:47 PM

Syntax

 Readonly Property OnlineSessions As VBA.Collection

Description

This property is used to retrieve the collection of type online sessions for each connected session which dealer has privilege on it .

Parameters

No parameters.

Sample

  Private Sub BOAPI_AllDataAreLoaded() Handles BOAPI.AllDataAreLoaded
        Dim Session As COnlineSession

        'BOAPI is a predefined variable as CVertexFXBOAPI

        For Each Session In BOAPI.OnlineSessions
           MsgBox("The session name: " & Session.Username & " the session ID " & Session.SID)
        Next 

   End Sub​

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions