Method RegisterDiagnosticCallback
RegisterDiagnosticCallback(Action<AsyncOperationHandle, DiagnosticEventType, int, object>)
Register a handler for diagnostic events.
선언
[Obsolete]
public void RegisterDiagnosticCallback(Action<AsyncOperationHandle, ResourceManager.DiagnosticEventType, int, object> func)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Action<AsyncOperationHandle, ResourceManager.DiagnosticEventType, int, object> | func | The event handler function. |
RegisterDiagnosticCallback(Action<DiagnosticEventContext>)
Register a handler for diagnostic events.
선언
public void RegisterDiagnosticCallback(Action<ResourceManager.DiagnosticEventContext> func)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Action<ResourceManager.DiagnosticEventContext> | func | The event handler function. |