BMXNET 4.0 Developer API

Simple uniform call for local notifications to the user.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
void Notify(
	string aTitle,
	string aMessage
)
Sub Notify ( _
	aTitle As String, _
	aMessage As String _
)
void Notify(
	String^ aTitle, 
	String^ aMessage
)

Parameters

aTitle
String
Title of the dialog
aMessage
String
Message to be displayed

Remarks

API is not commonly used.

See Also