TFSProvider.EventWriteEvent_Debug_Verbose Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function EventWriteEvent_Debug_Verbose ( _
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_Verbose(
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
)
public:
bool EventWriteEvent_Debug_Verbose(
Guid TraceId,
int Tracepoint,
Guid ServiceHost,
long long ContextId,
String^ ProcessName,
String^ Username,
String^ Service,
String^ Method,
String^ Area,
String^ Layer,
String^ UserAgent,
String^ Uri,
String^ Path,
String^ UserDefined,
String^ Message
)
member EventWriteEvent_Debug_Verbose :
TraceId:Guid *
Tracepoint:int *
ServiceHost:Guid *
ContextId:int64 *
ProcessName:string *
Username:string *
Service:string *
Method:string *
Area:string *
Layer:string *
UserAgent:string *
Uri:string *
Path:string *
UserDefined:string *
Message:string -> bool
public function EventWriteEvent_Debug_Verbose(
TraceId : Guid,
Tracepoint : int,
ServiceHost : Guid,
ContextId : long,
ProcessName : String,
Username : String,
Service : String,
Method : String,
Area : String,
Layer : String,
UserAgent : String,
Uri : String,
Path : String,
UserDefined : String,
Message : String
) : boolean
Parameters
- TraceId
Type: System.Guid
- Tracepoint
Type: System.Int32
- ServiceHost
Type: System.Guid
- ContextId
Type: System.Int64
- ProcessName
Type: System.String
- Username
Type: System.String
- Service
Type: System.String
- Method
Type: System.String
- Area
Type: System.String
- Layer
Type: System.String
- UserAgent
Type: System.String
- Uri
Type: System.String
- Path
Type: System.String
- UserDefined
Type: System.String
- Message
Type: System.String
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.