Metodo TFSProvider.EventWriteEvent_Debug_Info
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Function EventWriteEvent_Debug_Info ( _
TraceId As Guid, _
Tracepoint As Integer, _
ServiceHost As Guid, _
ContextId As Long, _
ProcessName As String, _
Username As String, _
Service As String, _
Method As String, _
Area As String, _
Layer As String, _
UserAgent As String, _
Uri As String, _
Path As String, _
UserDefined As String, _
Message As String _
) As Boolean
public bool EventWriteEvent_Debug_Info(
Guid TraceId,
int Tracepoint,
Guid ServiceHost,
long ContextId,
string ProcessName,
string Username,
string Service,
string Method,
string Area,
string Layer,
string UserAgent,
string Uri,
string Path,
string UserDefined,
string Message
)
Parametri
- TraceId
Tipo: System.Guid
- Tracepoint
Tipo: System.Int32
- ServiceHost
Tipo: System.Guid
- ContextId
Tipo: System.Int64
- ProcessName
Tipo: System.String
- Username
Tipo: System.String
- Service
Tipo: System.String
- Method
Tipo: System.String
- Area
Tipo: System.String
- Layer
Tipo: System.String
- UserAgent
Tipo: System.String
- Uri
Tipo: System.String
- Path
Tipo: System.String
- UserDefined
Tipo: System.String
- Message
Tipo: System.String
Valore restituito
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.