BMXNET 4.0 Developer API
Checks to see there are any subscriptions for this event.
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- anEventName
- String
The name of the event checking to see if it's been subscribed already.
Return Value
Remarks
If publishing an event, there is no need to first check if there are subscribers unless there is a
performance hit for the application to Trigger the event.