Method RegisterEventHandler
RegisterEventHandler(Action<DiagnosticEvent>, bool, bool)
Register for diagnostic events. If there is no collector, this will fail and return false.
선언
public static bool RegisterEventHandler(Action<DiagnosticEvent> handler, bool register, bool create)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Action<DiagnosticEvent> | handler | The handler method action. |
| bool | register | Register or unregister. |
| bool | create | If true, the event collector will be created if needed. |
반환
| 타입 | 설명 |
|---|---|
| bool | True if registered, false if not. |