Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is System.ContextBoundObject?

Tags:

.net

What is ContextBoundObject used for? The documentation mentions 'contexts', which seem to be programatically defined, but fails to give any explanation as to what one is.

like image 328
thecoop Avatar asked Nov 18 '09 16:11

thecoop


1 Answers

It's the base class providing facilities for synchronization domains in .NET (a little known feature in since .NET 1.0)

http://msdn.microsoft.com/en-us/magazine/dd569749.aspx

http://www.ddj.com/architect/184405771

like image 147
Matt Hinze Avatar answered Jan 02 '23 22:01

Matt Hinze