method HookCallbacks.init
#HookCallbacks.init(asyncId: number,type: string,triggerAsyncId: number,resource: object,): voidCalled when a class is constructed that has the possibility to emit an asynchronous event.
Parameters #
#asyncId: numberA unique ID for the async resource
#type: stringThe type of the async resource
#triggerAsyncId: numberThe unique ID of the async resource in whose execution context this async resource was created
#resource: objectReference to the resource representing the async operation, needs to be released during destroy
Return Type #
void