Click here to Skip to main content
15,916,949 members
Home / Discussions / Mobile
   

Mobile

 
QuestionHow to use BeginInvoke and Asynchronous Calls on XBOX 360 Pin
Walter Dias18-Jan-09 10:52
professionalWalter Dias18-Jan-09 10:52 
AnswerRe: How to use BeginInvoke and Asynchronous Calls on XBOX 360 Pin
Joel Ivory Johnson19-Jan-09 4:51
professionalJoel Ivory Johnson19-Jan-09 4:51 
The implementation of the compact framework used on Windows CE based devices defines BeginInvoke and EndInvoke only to provide interface compatibility but these methods are not implemented on delegates and as such throw NotImplementedExceptions. I can only assume that same behaviour is present in the compact framework for the xbox 360.

Other methods that you encounter that contain the word Begin and End are not implemented as compiler generated delegates and thus don't fall under the same usage restrictions. The Begin and End exists in these methods because of a coding pattern and naming that Microsoft is conforming to. But adherence to these patterns is independent of the absence of the compiler generated Begin/End Invoke methods on delegates.

Keep in mind I am writing this based on assumptions from the Windows CE compact framework.

Joel Ivory Johnson
My site: J2i.net
Twitter: J2iNet

QuestionSoftware Required To Develop Mobile Applications Using VB.net 2005 Pin
VikashGohil16-Jan-09 20:11
VikashGohil16-Jan-09 20:11 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
Hurricane300017-Jan-09 4:45
Hurricane300017-Jan-09 4:45 
GeneralRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
Joel Ivory Johnson17-Jan-09 6:58
professionalJoel Ivory Johnson17-Jan-09 6:58 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
Joel Ivory Johnson17-Jan-09 6:07
professionalJoel Ivory Johnson17-Jan-09 6:07 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
daniel9729-Apr-09 20:57
daniel9729-Apr-09 20:57 
QuestionWM5 development C++ - set up GUI Pin
uzziah016-Jan-09 11:22
uzziah016-Jan-09 11:22 
AnswerRe: WM5 development C++ - set up GUI Pin
Joel Ivory Johnson19-Jan-09 4:44
professionalJoel Ivory Johnson19-Jan-09 4:44 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah021-Jan-09 8:43
uzziah021-Jan-09 8:43 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah023-Jan-09 6:44
uzziah023-Jan-09 6:44 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah023-Jan-09 7:08
uzziah023-Jan-09 7:08 
QuestionWindows Mobile dll import error Pin
first_vvs77716-Jan-09 8:55
first_vvs77716-Jan-09 8:55 
QuestionRun application on WM6 based PDA startup Pin
kaushik_Manoj16-Jan-09 1:36
kaushik_Manoj16-Jan-09 1:36 
AnswerRe: Run application on WM6 based PDA startup Pin
Chaser9216-Jan-09 2:05
Chaser9216-Jan-09 2:05 
GeneralRe: Run application on WM6 based PDA startup Pin
kaushik_Manoj18-Jan-09 22:36
kaushik_Manoj18-Jan-09 22:36 
AnswerRe: Run application on WM6 based PDA startup Pin
Joel Ivory Johnson16-Jan-09 4:37
professionalJoel Ivory Johnson16-Jan-09 4:37 
GeneralRe: Run application on WM6 based PDA startup Pin
kaushik_Manoj18-Jan-09 22:34
kaushik_Manoj18-Jan-09 22:34 
GeneralRe: Run application on WM6 based PDA startup Pin
bladeone_2k27-Jun-11 4:09
bladeone_2k27-Jun-11 4:09 
QuestionMobile Based Management System - Info Required Pin
AmmarHaider15-Jan-09 15:16
AmmarHaider15-Jan-09 15:16 
AnswerRe: Mobile Based Management System - Info Required Pin
Joel Ivory Johnson16-Jan-09 4:45
professionalJoel Ivory Johnson16-Jan-09 4:45 
GeneralRe: Mobile Based Management System - Info Required Pin
AmmarHaider17-Jan-09 16:27
AmmarHaider17-Jan-09 16:27 
QuestionProgramming Cell Phone with J2ME on classic C-language Pin
Michael Monin14-Jan-09 10:12
Michael Monin14-Jan-09 10:12 
QuestionHow to use SQLMetalBuilder Tool Pin
vsaratkar13-Jan-09 4:05
vsaratkar13-Jan-09 4:05 
Questionmultiple instances of a .net cf 3.5 app [modified] Pin
kipelovets13-Jan-09 0:27
kipelovets13-Jan-09 0:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.