Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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){ }
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExtensibleClassFactory.cs
- DesignOnlyAttribute.cs
- NTAccount.cs
- TextTreeNode.cs
- HttpHandlersSection.cs
- ThaiBuddhistCalendar.cs
- PackagePartCollection.cs
- PackagePart.cs
- BuildTopDownAttribute.cs
- SystemInformation.cs
- HttpCapabilitiesEvaluator.cs
- SelectionHighlightInfo.cs
- HttpRuntimeSection.cs
- ConstraintCollection.cs
- TypeNameParser.cs
- BrushConverter.cs
- DynamicMethod.cs
- BitmapEffectGeneralTransform.cs
- HtmlEncodedRawTextWriter.cs
- ResourceReferenceExpressionConverter.cs
- CssStyleCollection.cs
- Assembly.cs
- AtomServiceDocumentSerializer.cs
- ECDsa.cs
- pingexception.cs
- FixedSOMTableRow.cs
- BinaryFormatter.cs
- BaseDataListComponentEditor.cs
- WindowsComboBox.cs
- MultiBinding.cs
- DbProviderServices.cs
- EventHandlersDesigner.cs
- TransactionContextValidator.cs
- WebBrowsableAttribute.cs
- PlatformNotSupportedException.cs
- CacheChildrenQuery.cs
- _LoggingObject.cs
- DataFieldEditor.cs
- CqlQuery.cs
- SByteStorage.cs
- Point4DConverter.cs
- PerformanceCounters.cs
- UseLicense.cs
- CacheSection.cs
- ChtmlMobileTextWriter.cs
- TextEndOfParagraph.cs
- CurrentTimeZone.cs
- SortExpressionBuilder.cs
- SymbolTable.cs
- ThreadAttributes.cs
- StrongNameKeyPair.cs
- MediaElement.cs
- UnhandledExceptionEventArgs.cs
- _LoggingObject.cs
- StaticSiteMapProvider.cs
- TextTreeTextElementNode.cs
- EventsTab.cs
- CodeLinePragma.cs
- FreeFormDesigner.cs
- CodeGen.cs
- TreeView.cs
- SafeNativeMethods.cs
- DbConnectionStringBuilder.cs
- Timer.cs
- MediaEntryAttribute.cs
- TypeSystem.cs
- SimpleRecyclingCache.cs
- TextLineResult.cs
- SingleConverter.cs
- PhysicalAddress.cs
- AuthenticationConfig.cs
- DataGridView.cs
- SecurityElement.cs
- DataTemplate.cs
- Subset.cs
- Convert.cs
- RegexReplacement.cs
- odbcmetadatacollectionnames.cs
- EventSourceCreationData.cs
- WebServiceHandlerFactory.cs
- BeginEvent.cs
- Enum.cs
- CommandManager.cs
- CacheSection.cs
- XPathItem.cs
- PenContexts.cs
- VisualBrush.cs
- SrgsItemList.cs
- UnsupportedPolicyOptionsException.cs
- ScriptServiceAttribute.cs
- Rect.cs
- IndicCharClassifier.cs
- FigureParaClient.cs
- Parameter.cs
- TdsRecordBufferSetter.cs
- XmlSerializerFactory.cs
- InvalidProgramException.cs
- StatusBarItem.cs
- XPathException.cs
- InfoCard.cs