Follow us on LinkedIn Find us on YouTube
home recent topics recent posts search faq  

Devolutions inc. > Forum

user:
psw:
| register | lost password   open id
Messages in this topic - RSS

Home » Remote Desktop Manager - SDK » connection category

Remote Desktop Manager - AddOn development forum
11/26/2010 9:40:57 AM

Xanacas
Xanacas
Posts: 90
i try to set the connection category, but i get an error, when i use this in the AddOn.cs:
public override SessionAddOnConnectionCategory ConnectionCategory
{
get
{
return SessionAddOnConnectionCategory.RemoteConnection;
}
}

error: there is no matching method to override....
0 permalink
11/26/2010 9:52:00 AM

David Hervieux
David Hervieux
Administrator
Posts: 4241
Hi,
It's not a method to override, you must implements the interface ISessionAddOn2

--
David Hervieux
Devolutions inc.


0 permalink
11/26/2010 10:27:24 AM

Xanacas
Xanacas
Posts: 90
im nearly new to interfaces and so one, so where and how do i have to implement this class and how do i set then the connection cattegory
0 permalink
11/26/2010 4:10:57 PM

David Hervieux
David Hervieux
Administrator
Posts: 4241
Hi,
I verified and I completely forgot that you can use BaseSessionAddOn2 as your base class instead of BaseSessionAddOn. After that, you will be able to override the ConnectionCategory.

--
David Hervieux
Devolutions inc.


0 permalink

Home » Remote Desktop Manager - SDK » connection category





Powered by Jitbit Forum 7.0.4.0 © 2006-2011 Jitbit Software