Metodo DedNetApplicationCreateComm 
             | 
          
        
         
            Crea e restituisce un nuova commessa avente il nome specificato.
            Imposta già la data attuale e l'utente di creazione.
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic DedComm CreateComm(
	string name
)
Public Function CreateComm ( 
	name As String
) As DedComm
public:
DedComm^ CreateComm(
	String^ name
)
member CreateComm : 
        name : string -> DedComm 
Parametri
- name
 - Tipo: SystemString
Nome univoco da utilizzare per la commessa. 
Valore di ritorno
Tipo: 
DedComm
Eccezioni| Eccezione | Condizione | 
|---|
| ArgumentNullException | Parametro mancante. | 
| QsException | Errore avvenuto durante l'istruzione d'inserimento. | 
Vedi anche