Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: codes Pin
Richard MacCutchan13-Feb-10 7:29
mveRichard MacCutchan13-Feb-10 7:29 
GeneralRe: codes Pin
ajay 201013-Feb-10 16:37
ajay 201013-Feb-10 16:37 
QuestionCalling WCF service manually Pin
Ramkithepower12-Feb-10 6:50
Ramkithepower12-Feb-10 6:50 
AnswerRe: Calling WCF service manually Pin
Not Active12-Feb-10 7:03
mentorNot Active12-Feb-10 7:03 
QuestionTreeNode sorting problem Pin
Zaegra12-Feb-10 3:52
Zaegra12-Feb-10 3:52 
AnswerRe: TreeNode sorting problem Pin
Dan Mos12-Feb-10 8:23
Dan Mos12-Feb-10 8:23 
QuestionBackgroundWorker Pin
RugbyLeague12-Feb-10 3:29
RugbyLeague12-Feb-10 3:29 
AnswerRe: BackgroundWorker Pin
Luc Pattyn12-Feb-10 3:57
sitebuilderLuc Pattyn12-Feb-10 3:57 
Hi,

the Argument parameter is not passed automatically to the completion handler, however the latter gets two things: UserState and Result. AFAIK the UserState can be set as an optional parameter to ReportProgress(), whereas the Result is a member of DoworkEventArgs.

So it seems you have two ways to pass Argument to the completion handler, both requiring a little bit of code.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

GeneralRe: BackgroundWorker Pin
RugbyLeague12-Feb-10 4:01
RugbyLeague12-Feb-10 4:01 
GeneralRe: BackgroundWorker Pin
RugbyLeague12-Feb-10 4:31
RugbyLeague12-Feb-10 4:31 
AnswerRe: BackgroundWorker Pin
Luc Pattyn12-Feb-10 8:50
sitebuilderLuc Pattyn12-Feb-10 8:50 
GeneralRe: BackgroundWorker Pin
DaveyM6912-Feb-10 11:58
professionalDaveyM6912-Feb-10 11:58 
AnswerRe: BackgroundWorker Pin
Luc Pattyn12-Feb-10 12:28
sitebuilderLuc Pattyn12-Feb-10 12:28 
GeneralRe: BackgroundWorker Pin
DaveyM6912-Feb-10 12:38
professionalDaveyM6912-Feb-10 12:38 
GeneralRe: BackgroundWorker Pin
DaveyM6912-Feb-10 9:45
professionalDaveyM6912-Feb-10 9:45 
GeneralRe: BackgroundWorker Pin
DaveyM6912-Feb-10 10:19
professionalDaveyM6912-Feb-10 10:19 
GeneralRe: BackgroundWorker Pin
DaveyM6912-Feb-10 11:56
professionalDaveyM6912-Feb-10 11:56 
AnswerRe: BackgroundWorker Pin
Luc Pattyn12-Feb-10 12:26
sitebuilderLuc Pattyn12-Feb-10 12:26 
GeneralRe: BackgroundWorker Pin
DaveyM6912-Feb-10 12:37
professionalDaveyM6912-Feb-10 12:37 
GeneralRe: BackgroundWorker Pin
Luc Pattyn12-Feb-10 12:47
sitebuilderLuc Pattyn12-Feb-10 12:47 
QuestionDocumentation description about the method and its parameters. Pin
Blubbo12-Feb-10 3:29
Blubbo12-Feb-10 3:29 
AnswerRe: Documentation description about the method and its parameters. Pin
R. Giskard Reventlov12-Feb-10 3:33
R. Giskard Reventlov12-Feb-10 3:33 
AnswerRe: Documentation description about the method and its parameters. Pin
dan!sh 12-Feb-10 3:36
professional dan!sh 12-Feb-10 3:36 
GeneralRe: Documentation description about the method and its parameters. Pin
Blubbo12-Feb-10 3:46
Blubbo12-Feb-10 3:46 
QuestionMultiPage-Application - Navigation Pin
PingOfDeath198312-Feb-10 3:09
PingOfDeath198312-Feb-10 3:09 

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.