Click or drag to resize

IGHAConnectionManagerSubscribeToDebugEvents Method

[This is preliminary documentation and is subject to change.]

Subscribes to debugging events associated with the GHA Scripting and Module subsystem

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Guid SubscribeToDebugEvents(
	Object owningObject,
	string eventHandler
)

Parameters

owningObject
Type: SystemObject
Object containing the event handler
eventHandler
Type: SystemString
Name of the debug event handler

Return Value

Type: Guid

[Missing <returns> documentation for "M:RemoteLib.IGHAConnectionManager.SubscribeToDebugEvents(System.Object,System.String)"]

See Also