Constructor DiagnosticEventContext
DiagnosticEventContext(AsyncOperationHandle, DiagnosticEventType, int, string, object)
Construct a new DiagnosticEventContext.
선언
public DiagnosticEventContext(AsyncOperationHandle op, ResourceManager.DiagnosticEventType type, int eventValue = 0, string error = null, object context = null)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| AsyncOperationHandle | op | Operation handle for the event. |
| ResourceManager.DiagnosticEventType | type | The type of diagnostic event. |
| int | eventValue | The value for this event. |
| string | error | Any error that occured. |
| object | context | Additional context data. |