TFSProvider.EventWriteEvent_Debug_Error 메서드
네임스페이스: Microsoft.TeamFoundation.Framework.Server
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
Public Function EventWriteEvent_Debug_Error ( _
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_Error(
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
반환 값
형식: System.Boolean
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.