Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Threading / AutoResetEvent.cs / 1 / AutoResetEvent.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: AutoResetEvent ** ** ** Purpose: An example of a WaitHandle class ** ** =============================================================================*/ namespace System.Threading { using System; using System.Security.Permissions; using System.Runtime.InteropServices; [HostProtection(Synchronization=true, ExternalThreading=true)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class AutoResetEvent : EventWaitHandle { public AutoResetEvent(bool initialState) : base(initialState,EventResetMode.AutoReset){ } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: AutoResetEvent ** ** ** Purpose: An example of a WaitHandle class ** ** =============================================================================*/ namespace System.Threading { using System; using System.Security.Permissions; using System.Runtime.InteropServices; [HostProtection(Synchronization=true, ExternalThreading=true)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class AutoResetEvent : EventWaitHandle { public AutoResetEvent(bool initialState) : base(initialState,EventResetMode.AutoReset){ } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectResult.cs
- Marshal.cs
- APCustomTypeDescriptor.cs
- BooleanProjectedSlot.cs
- XmlUrlResolver.cs
- CompositeDataBoundControl.cs
- UIPermission.cs
- XmlTypeAttribute.cs
- GcHandle.cs
- SqlDataRecord.cs
- StorageBasedPackageProperties.cs
- StylusButtonCollection.cs
- SizeConverter.cs
- Group.cs
- HeaderPanel.cs
- DictionaryEntry.cs
- InfoCardSchemas.cs
- Path.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- ImageField.cs
- CodePageUtils.cs
- WebPartRestoreVerb.cs
- FontSourceCollection.cs
- ConnectionPointCookie.cs
- SerializationHelper.cs
- PenLineJoinValidation.cs
- ReflectionUtil.cs
- AccessedThroughPropertyAttribute.cs
- AssemblyResourceLoader.cs
- DataGridViewUtilities.cs
- ImageCodecInfoPrivate.cs
- ProjectedSlot.cs
- GridViewAutomationPeer.cs
- CustomWebEventKey.cs
- ArraySegment.cs
- SmtpDigestAuthenticationModule.cs
- WindowsFormsSynchronizationContext.cs
- XmlSerializerObjectSerializer.cs
- GeneralTransform3D.cs
- XamlRtfConverter.cs
- CompositeActivityCodeGenerator.cs
- ConversionValidationRule.cs
- ControlValuePropertyAttribute.cs
- ObjectItemCollection.cs
- SystemIcmpV6Statistics.cs
- DatePicker.cs
- CryptoApi.cs
- XmlEncoding.cs
- FormatterServices.cs
- DataGridViewSelectedCellCollection.cs
- ToolStripDropDownClosingEventArgs.cs
- WorkflowMarkupSerializerMapping.cs
- XmlExpressionDumper.cs
- RenamedEventArgs.cs
- Solver.cs
- SafeArchiveContext.cs
- SystemFonts.cs
- DataBoundControlHelper.cs
- XmlSchemaValidationException.cs
- ObsoleteAttribute.cs
- MenuTracker.cs
- DeploymentExceptionMapper.cs
- SafeEventHandle.cs
- ControlUtil.cs
- HttpHandlersSection.cs
- InputProviderSite.cs
- BamlRecords.cs
- MessageDecoder.cs
- MailMessage.cs
- Root.cs
- DataGridViewCellConverter.cs
- QilSortKey.cs
- DBConnection.cs
- DataGridViewColumnConverter.cs
- XPathAxisIterator.cs
- Point3DAnimation.cs
- ServicePointManager.cs
- Int16AnimationUsingKeyFrames.cs
- XmlFormatExtensionPointAttribute.cs
- LinqExpressionNormalizer.cs
- DBSchemaRow.cs
- BooleanAnimationBase.cs
- XmlBoundElement.cs
- FirstMatchCodeGroup.cs
- MobileCapabilities.cs
- xmlsaver.cs
- CellConstant.cs
- RemoteDebugger.cs
- ImageCreator.cs
- LiteralControl.cs
- MemoryFailPoint.cs
- ControlValuePropertyAttribute.cs
- ViewService.cs
- KnownBoxes.cs
- PathFigureCollection.cs
- XPathAxisIterator.cs
- CredentialCache.cs
- WebBrowserDocumentCompletedEventHandler.cs
- SystemParameters.cs
- CompilerParameters.cs