Method UnregisterDiagnosticCallback
UnregisterDiagnosticCallback(Action<DiagnosticEventContext>)
Unregister a handler for diagnostic events.
선언
public void UnregisterDiagnosticCallback(Action<ResourceManager.DiagnosticEventContext> func)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Action<ResourceManager.DiagnosticEventContext> | func | The event handler function. |