Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Util / WorkItem.cs / 1 / WorkItem.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Util { using System.Runtime.InteropServices; using System.Security.Permissions; using System.Threading; // // Support for positing of work items to a different thread // ////// public delegate void WorkItemCallback(); ///[To be supplied.] ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class WorkItem { private static bool _useQueueUserWorkItem = true; private static WaitCallback _onQueueUserWorkItemCompletion = new WaitCallback(OnQueueUserWorkItemCompletion); ///[To be supplied.] ////// [SecurityPermission(SecurityAction.Demand, Unrestricted=true)] public static void Post(WorkItemCallback callback) { #if !FEATURE_PAL // ROTORTODO if (Environment.OSVersion.Platform != PlatformID.Win32NT) throw new PlatformNotSupportedException(SR.GetString(SR.RequiresNT)); #else // !FEATURE_PAL throw new NotImplementedException("ROTORTODO"); #endif // !FEATURE_PAL PostInternal(callback); } // assert to disregard the user code up the compressed stack [PermissionSet(SecurityAction.Assert, Unrestricted=true)] private static void CallCallbackWithAssert(WorkItemCallback callback) { callback(); } private static void OnQueueUserWorkItemCompletion(Object state) { WorkItemCallback callback = state as WorkItemCallback; if (callback != null) { CallCallbackWithAssert(callback); } } internal static void PostInternal(WorkItemCallback callback) { if (_useQueueUserWorkItem) { ThreadPool.QueueUserWorkItem(_onQueueUserWorkItemCompletion, callback); } else { WrappedWorkItemCallback w = new WrappedWorkItemCallback(callback); w.Post(); } } } internal class WrappedWorkItemCallback { private GCHandle _rootedThis; private WorkItemCallback _originalCallback; private WorkItemCallback _wrapperCallback; internal WrappedWorkItemCallback(WorkItemCallback callback) { _originalCallback = callback; _wrapperCallback = new WorkItemCallback(this.OnCallback); } internal void Post() { _rootedThis = GCHandle.Alloc(this); if (UnsafeNativeMethods.PostThreadPoolWorkItem(_wrapperCallback) != 1) { _rootedThis.Free(); throw new HttpException(SR.GetString(SR.Cannot_post_workitem)); } } private void OnCallback() { _rootedThis.Free(); _originalCallback(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Util { using System.Runtime.InteropServices; using System.Security.Permissions; using System.Threading; // // Support for positing of work items to a different thread // ////// public delegate void WorkItemCallback(); ///[To be supplied.] ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class WorkItem { private static bool _useQueueUserWorkItem = true; private static WaitCallback _onQueueUserWorkItemCompletion = new WaitCallback(OnQueueUserWorkItemCompletion); ///[To be supplied.] ////// [SecurityPermission(SecurityAction.Demand, Unrestricted=true)] public static void Post(WorkItemCallback callback) { #if !FEATURE_PAL // ROTORTODO if (Environment.OSVersion.Platform != PlatformID.Win32NT) throw new PlatformNotSupportedException(SR.GetString(SR.RequiresNT)); #else // !FEATURE_PAL throw new NotImplementedException("ROTORTODO"); #endif // !FEATURE_PAL PostInternal(callback); } // assert to disregard the user code up the compressed stack [PermissionSet(SecurityAction.Assert, Unrestricted=true)] private static void CallCallbackWithAssert(WorkItemCallback callback) { callback(); } private static void OnQueueUserWorkItemCompletion(Object state) { WorkItemCallback callback = state as WorkItemCallback; if (callback != null) { CallCallbackWithAssert(callback); } } internal static void PostInternal(WorkItemCallback callback) { if (_useQueueUserWorkItem) { ThreadPool.QueueUserWorkItem(_onQueueUserWorkItemCompletion, callback); } else { WrappedWorkItemCallback w = new WrappedWorkItemCallback(callback); w.Post(); } } } internal class WrappedWorkItemCallback { private GCHandle _rootedThis; private WorkItemCallback _originalCallback; private WorkItemCallback _wrapperCallback; internal WrappedWorkItemCallback(WorkItemCallback callback) { _originalCallback = callback; _wrapperCallback = new WorkItemCallback(this.OnCallback); } internal void Post() { _rootedThis = GCHandle.Alloc(this); if (UnsafeNativeMethods.PostThreadPoolWorkItem(_wrapperCallback) != 1) { _rootedThis.Free(); throw new HttpException(SR.GetString(SR.Cannot_post_workitem)); } } private void OnCallback() { _rootedThis.Free(); _originalCallback(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CustomAssemblyResolver.cs
- FaultDesigner.cs
- PackageProperties.cs
- FilterElement.cs
- CriticalExceptions.cs
- ValidationEventArgs.cs
- FrameworkElementFactoryMarkupObject.cs
- PackageProperties.cs
- WebPartActionVerb.cs
- HttpApplication.cs
- SaveFileDialog.cs
- SrgsDocumentParser.cs
- BrowserCapabilitiesFactoryBase.cs
- SaveFileDialog.cs
- RemoteWebConfigurationHost.cs
- SortQuery.cs
- ModelVisual3D.cs
- SessionIDManager.cs
- Method.cs
- DataFormats.cs
- CacheDependency.cs
- PackWebResponse.cs
- UnsettableComboBox.cs
- HttpListenerResponse.cs
- BamlStream.cs
- Baml6ConstructorInfo.cs
- GeneralTransform.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- RotateTransform3D.cs
- XmlEncApr2001.cs
- DecoderFallbackWithFailureFlag.cs
- WebPartTransformerAttribute.cs
- EntitySetBaseCollection.cs
- CheckBox.cs
- PartialArray.cs
- PointF.cs
- GuidConverter.cs
- SkinBuilder.cs
- RichTextBox.cs
- DBConnectionString.cs
- RectAnimation.cs
- DoubleKeyFrameCollection.cs
- FilterFactory.cs
- SchemaImporterExtensionElementCollection.cs
- ValidationSummary.cs
- DateTimeUtil.cs
- SmiSettersStream.cs
- MetadataCacheItem.cs
- ScrollProperties.cs
- _ChunkParse.cs
- UnsafeNativeMethods.cs
- QueueSurrogate.cs
- ServiceModelConfigurationSection.cs
- Monitor.cs
- UniqueConstraint.cs
- CfgArc.cs
- ClientScriptManager.cs
- RoleManagerEventArgs.cs
- ProxyElement.cs
- SqlRowUpdatingEvent.cs
- shaperfactory.cs
- PhysicalFontFamily.cs
- Script.cs
- TrackBar.cs
- RegisteredDisposeScript.cs
- NativeMethodsCLR.cs
- BitmapEffectState.cs
- RtfNavigator.cs
- ConfigurationErrorsException.cs
- ViewEventArgs.cs
- TileBrush.cs
- DataFormat.cs
- Model3D.cs
- ListBindingHelper.cs
- ShutDownListener.cs
- Regex.cs
- SessionStateSection.cs
- ResourceReferenceKeyNotFoundException.cs
- DocobjHost.cs
- WebPartCatalogCloseVerb.cs
- SubpageParaClient.cs
- HtmlElementEventArgs.cs
- DataGridViewCellValidatingEventArgs.cs
- SignedXmlDebugLog.cs
- ProxyWebPartConnectionCollection.cs
- DecoderExceptionFallback.cs
- ToolStripLabel.cs
- ServiceModelStringsVersion1.cs
- DataGridTablesFactory.cs
- QueryCacheKey.cs
- DataGridViewColumnEventArgs.cs
- Transactions.cs
- XmlObjectSerializerReadContext.cs
- StrokeIntersection.cs
- PenThread.cs
- SpellerInterop.cs
- SecurityException.cs
- XmlMtomReader.cs
- RepeaterItemEventArgs.cs
- DynamicQueryStringParameter.cs