Click or drag to resize
NetworkSemaphoreSearchCompletedEventHandler Delegate
Delegate used for defining a handler method for the SearchCompleted event.

Namespace: com.softwarekey.Client.Licensing.Network
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public delegate void SearchCompletedEventHandler(
	Object sender,
	SearchCompletedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: com.softwarekey.Client.Licensing.NetworkSearchCompletedEventArgs
The event arguments/data. SeatOpened property indicates whether or not an available seat could be found and opened.
See Also