GHAConnectionManagerObjectDeleteHandler Delegate |
Defines the signature for the object delete handler
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax public delegate void ObjectDeleteHandler(
Guid subId,
IGHARemoteObject parent,
string DeletedObjectPath
)
Public Delegate Sub ObjectDeleteHandler (
subId As Guid,
parent As IGHARemoteObject,
DeletedObjectPath As String
)
public delegate void ObjectDeleteHandler(
Guid subId,
IGHARemoteObject^ parent,
String^ DeletedObjectPath
)
type ObjectDeleteHandler =
delegate of
subId : Guid *
parent : IGHARemoteObject *
DeletedObjectPath : string -> unit
Parameters
- subId
- Type: SystemGuid
ID associated with the subscription - parent
- Type: RemoteRESTLibIGHARemoteObject
Remote GHA object reporting the child being deleted - DeletedObjectPath
- Type: SystemString
Path to the deleted object
See Also