DelegateMarshaler Sample
This file contains the example projects for these posts:
- Monitor a Process Asynchronously – More DelegateMarshaler Tricks
- Control.InvokeRequired, DelegateMarshaler and Anonymous Methods
- ThreadPool.QueueUserWorkItem With Multiple Arguments
So, this download contains the DelegateMarshaler and ThreadpoolHelper classes, as well as simple example WinForms applications to illustrate how to use them. The projects were written in Visual Studio 2008.
Download: DelegateMarshalerTest_8.9.2008.zip
License:
Permission is given by the author to freely redistribute and
include this code in any program. Attribution is preferred
but not required.THIS CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE CODE
IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE
OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
PERFORMANCE OF THE CODE IS WITH YOU. SHOULD ANY
CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL
DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY
NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE
OF ANY CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER
THIS DISCLAIMER.
CCR 101 – .doc and Code
This file contains two things:
- A Word document containing a formatted version of all 9 CCR 101 blog posts by Nick Gunn originally made available on his blog.
- A Visual Studio solution containing all source code. All of the examples are ready to run.
Everything in this download is being made available with Nick’s permission. I found the CCR 101 series quite helpful when learning CCR basics and wanted to make it more accessible so others wouldn’t need to spend time copy/pasting code in order to try the examples.
Download: CCR101_10.6.08.zip