命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
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
)
参数
- TraceId
类型:System.Guid
- Tracepoint
类型:System.Int32
- ServiceHost
类型:System.Guid
- ContextId
类型:System.Int64
- ProcessName
类型:System.String
- Username
类型:System.String
- Service
类型:System.String
- Method
类型:System.String
- Area
类型:System.String
- Layer
类型:System.String
- UserAgent
类型:System.String
- Uri
类型:System.String
- Path
类型:System.String
- UserDefined
类型:System.String
- Message
类型:System.String
返回值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。