SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DestroyAction Event

Fires when an object destruction request is received.

Object Oriented Interface

public function fireDestroyAction($param);

Procedural Interface

secureblackbox_kmipserver_register_callback($res, 6, array($this, 'fireDestroyAction'));

Parameter List


'connectionid'
'uniqueidentifier'
'objecttype'
'objectstate'
'remove'

Remarks

The class fires this event when it receives a request from the client to destroy and existing object. Set Remove to true to proceed with the destruction, or to false to reject the request.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]