EnableMultiSession
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 27 August 2020 10:10 AM

Syntax

 Property EnableMultiSession () As Boolean 

Description

This property is used to set or get whether to connect multi sessions with one username.

Parameters

No Parameters.

Sample

Private Sub MultiSession_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MultiSession.Click

   'CurSer is predefined variable as CVertexCurSvrAPI

   CurSer.EnableMultiSession = True

   Dim multiSession As Boolean = CurSer.EnableMultiSession ()’ it will return true.

End Sub

See Also


Back to Currency Server API Help 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