Metodo DedNetApplicationLightInitWithoutAuthentication 
             | 
          
        
         
            Esegue l'inizializzazione minima per poter almeno accedere alle variabili.
            Non richiede l'autenticazione dell'utente.
            Se restituisce false l'errore avvenuto è reperibile attraverso la proprietà LastError.
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic bool LightInitWithoutAuthentication()
Public Function LightInitWithoutAuthentication As Boolean
public:
bool LightInitWithoutAuthentication()
member LightInitWithoutAuthentication : unit -> bool 
Valore di ritorno
Tipo: 
BooleanRestituisce true se riesce altrimenti false.
Vedi anche