BMXNET 4.0 Developer API

Access the session's RemoteEventServices service provider to configure receiving remote events and to source new events.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
RemoteEventService EventServices { get; }
ReadOnly Property EventServices As RemoteEventService
property RemoteEventService^ EventServices {
	RemoteEventService^ get ();
}

See Also