BMXNET 4.0 Developer API

Subscribe to the local event named anEventName.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
void Subscribe(
	string anEventName
)
Sub Subscribe ( _
	anEventName As String _
)
void Subscribe(
	String^ anEventName
)

Parameters

anEventName
String
The name of the event. This name should be shared and wellknown between many components.

Remarks

To receive published events, handle the ApplicationEvent. If you explicity subscript to the "REFRESH" event then both RefreshRequested and ApplicationEvent will be triggers.

See Also