Click or drag to resize

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
)

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