BMXNET 4.0 Developer API

Unscribe scribes from the event. It is not mandatory to unsubscribe from this event at the end of your object's lifecycle but you should either subsubscribe or remote the event handler.

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

Syntax

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

Parameters

anEventName
String
The name of the event unsubscribing from.

Return Value

See Also