BMXNET 4.0 Developer API

The RemoteSession type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AppContext
The active AppContext (OPTION) of this remote session.
DebugLastRpcResult
String value of last successful non-DataTable RPC call
DebugLastRpcSignature
String describing RPC call and input parameters of last non-DataTable RPC call
DebugLastTableResult
Last DataTable retrieved by non-async calls
EventServices
Access the session's RemoteEventServices service provider to configure receiving remote events and to source new events.
HostAddress
BMX Broker's host address name or IP Address
IsPrimary
The primary session has the unique in that it holds the authenication privileges for all sessions. If you close the primary session, then all will close.
Job
Job number of server-side Cache/MDB process. Very useful for debugging.
Log
ReceiveTimeout
The networking data receive timeout (in milliseconds). This value can be changed if the developer finds it neccessary to extend the time after login.
RpcResult
String value of last successful non-DataTable RPC call
SendTimeout
The networking data send timeout (in milliseconds). This value can be changed if the developer finds it neccessary to extend the time after login but normally the send timeout should be kept short unless network conditions are poor.
User
Authenticated user associated with this remote session

See Also