BuildMaster SDK Reference
Version:
GetEventTypesSupported(System.Type eventListenerType) Method
Returns a sequence of event types which the specified event listener type supports.
Syntax
public
static
IEnumerable<string> GetEventTypesSupported(System.Type eventListenerType)
Parameters
- eventListenerType
- Type: System.Type
The event listener type.
Returns
Sequence of supported event listeners.
Exceptions
System.ArgumentNullException
|
eventListenerType is null (Nothing in Visual Basic).
|
System.ArgumentException
|
eventListenerType does not inherit from EventListenerBase.
|