BMXNET 4.0 Developer API

Unsubscribe from an event named anEventType. Once unsubscribed, published events named anEventType will no longer trigger an event for this RemoteSession.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
int Unsubscribe(
	string anEventType
)
Function Unsubscribe ( _
	anEventType As String _
) As Integer
int Unsubscribe(
	String^ anEventType
)

Parameters

anEventType
String
The name of the event to unsubscribe from

Return Value

1 if successful, otherwise it's an error. Refer to KIDS source for error codes.

See Also