AVEVA OMI Software Developer Kit



ArchestrA.Client.RuntimeData Namespace > LogOnUserChangedEventArgs Class > LogOnUserChangedEventArgs Constructor : LogOnUserChangedEventArgs Constructor(Boolean,Boolean,String)
LogOnUserChangedEventArgs Constructor(Boolean,Boolean,String)
Syntax
'Declaration
 
Public Function New( _
   ByVal isAutoLogOnScriptInvoked As Boolean, _
   ByVal isAzureAdLogon As Boolean, _
   ByVal cachePath As String _
)
'Usage
 
Dim isAutoLogOnScriptInvoked As Boolean
Dim isAzureAdLogon As Boolean
Dim cachePath As String
 
Dim instance As New LogOnUserChangedEventArgs(isAutoLogOnScriptInvoked, isAzureAdLogon, cachePath)
public LogOnUserChangedEventArgs( 
   bool isAutoLogOnScriptInvoked,
   bool isAzureAdLogon,
   string cachePath
)
public:
LogOnUserChangedEventArgs( 
   bool isAutoLogOnScriptInvoked,
   bool isAzureAdLogon,
   String^ cachePath
)

Parameters

isAutoLogOnScriptInvoked
isAzureAdLogon
cachePath
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also