Click or drag to resize

GHAConnectionManagerObjectCreateHandler Delegate

Defines the signature for the object create handler

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public delegate void ObjectCreateHandler(
	Guid subID,
	IGHARemoteObject parent,
	IGHARemoteObject newObject
)

Parameters

subID
Type: SystemGuid
ID associated with the subscription
parent
Type: RemoteRESTLibIGHARemoteObject
Remote GHA object reporting the child object being created
newObject
Type: RemoteRESTLibIGHARemoteObject
Newly created remote object
See Also