Property | Type | Description | |
---|---|---|---|
OperationId | System.Guid |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetCallerMethodName ( ) : string | ||
GetSecondsElapsed ( long milliseconds ) : decimal | ||
WriteFinishLog ( ) : void | ||
WriteStartLog ( ) : void |
public OperationTrace ( string operationName ) : System | ||
operationName | string | |
return | System |
public OperationTrace ( string operationName, string title ) : System | ||
operationName | string | |
title | string | |
return | System |
public OperationTrace ( string operationName, string title, IEnumerable |
||
operationName | string | |
title | string | |
categories | IEnumerable |
|
return | System |
public SetActivityId ( System.Guid guid ) : void | ||
guid | System.Guid | |
return | void |
public StartLogicalOperation ( string opname ) : void | ||
opname | string | |
return | void |