프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OperationId | System.Guid |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
Finish ( ) : void | ||
GetActivityId ( ) : System.Guid | ||
OperationTrace ( string operationName ) : System | ||
OperationTrace ( string operationName, string title ) : System | ||
OperationTrace ( string operationName, string title, IEnumerable |
||
PeekLogicalOperation ( ) : object | ||
SetActivityId ( System.Guid guid ) : void | ||
Start ( ) : void | ||
StartLogicalOperation ( string opname ) : void | ||
StopLogicalOperation ( ) : void |
메소드 | 설명 | |
---|---|---|
GetCallerMethodName ( ) : string | ||
GetSecondsElapsed ( long milliseconds ) : decimal | ||
WriteFinishLog ( ) : void | ||
WriteStartLog ( ) : void |
public OperationTrace ( string operationName ) : System | ||
operationName | string | |
리턴 | System |
public OperationTrace ( string operationName, string title ) : System | ||
operationName | string | |
title | string | |
리턴 | System |
public OperationTrace ( string operationName, string title, IEnumerable |
||
operationName | string | |
title | string | |
categories | IEnumerable |
|
리턴 | System |
public StartLogicalOperation ( string opname ) : void | ||
opname | string | |
리턴 | void |