BMXNET 4.0 Developer API
Open a new RemoteSession and answer it. If an idle Session exists, it will be recycled
and answered. Use Close() on the RemoteSession to release this secondary RemoteSession
back to the pool. An implementation of Log can be included to trace RPC execution.
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
RemoteSession OpenSession( Log aLog )
Function OpenSession ( _ aLog As Log _ ) As RemoteSession
RemoteSession^ OpenSession( Log^ aLog )
Parameters
- aLog
- Log
Return Value
A newly created or recycled RemoteSession or null if the number of RemoteSessions has reach the MaxSessions countRemarks
Logging is not heavily used in BMXNET40