BMXNET 4.0 Developer API

The LocalSession type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Close()()()
Call to close the LocalSession which is the last action to take when shutdown down your application.
Log(String, String, array<String>[]()[])
Call to send information to the log.
(Inherited from Log.)
Log(String, String, Exception, array<String>[]()[])
Call to send information to the log where an exception occured.
(Inherited from Log.)
NewUser(String, String, Division)
Create a new user object.
Notify(String, Exception)
Simple uniform call for local notifications to the user when an exception occurs.
Notify(String, String)
Simple uniform call for local notifications to the user.

See Also