Click or drag to resize

IGHAConnectionManagerSubscribeToMessageEvents Method

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

Subscribes to message events from the GHA server. Can be used to pop-up messages to users

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

Parameters

owningObject
Type: SystemObject
Object containing the event handler
eventHandler
Type: SystemString
The event handler to call if a message is received

Return Value

Type: Guid
Unique ID for this subscription
See Also