Venice::Logoff (Interface: Venice)
 
Logs off the Venice user.
 
void Logoff ()
 
Remarks
This method is not supported in this version.
 
See Also
CreateVenice
 
Samples
 
C++
 
pVenice->Logoff ();

C#
 
oVenice.Logoff ();

VBS
 
Call oVenice.Logoff()

VB.NET
 
oVenice.Logoff()