BMXNET 4.0 Developer API
The RemoteSessionPool type exposes the following methods.
Methods
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Close()()() | ||
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.
| |
TerminateIdleSessions()()() |