BMXNET 4.0 Developer API

Overload List

NameDescription
OpenSession()()()
Open a 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.
OpenSession(Log)
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.

See Also