Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- WindowsStatic.cs
- BufferedWebEventProvider.cs
- ModifiableIteratorCollection.cs
- StoreContentChangedEventArgs.cs
- GeneralTransform2DTo3DTo2D.cs
- ZoneLinkButton.cs
- ObsoleteAttribute.cs
- AutoResetEvent.cs
- RegistryExceptionHelper.cs
- UserNamePasswordValidator.cs
- DelegatingConfigHost.cs
- ThrowOnMultipleAssignment.cs
- figurelengthconverter.cs
- BuildDependencySet.cs
- WebConfigurationFileMap.cs
- BinHexEncoder.cs
- PeerCollaborationPermission.cs
- XmlSchemaComplexType.cs
- CodeAttributeArgumentCollection.cs
- QilCloneVisitor.cs
- QueryIntervalOp.cs
- GroupJoinQueryOperator.cs
- DropDownButton.cs
- BuildDependencySet.cs
- _ProxyRegBlob.cs
- WebRequest.cs
- TextEncodedRawTextWriter.cs
- UIElement3D.cs
- FontFamilyIdentifier.cs
- OAVariantLib.cs
- __FastResourceComparer.cs
- SQLDoubleStorage.cs
- EntityDataSourceChangedEventArgs.cs
- QuaternionKeyFrameCollection.cs
- ResourceDescriptionAttribute.cs
- DES.cs
- filewebresponse.cs
- XmlDocumentViewSchema.cs
- PrivilegedConfigurationManager.cs
- SafeArrayTypeMismatchException.cs
- OdbcConnectionPoolProviderInfo.cs
- LogWriteRestartAreaAsyncResult.cs
- WebDescriptionAttribute.cs
- ValuePatternIdentifiers.cs
- InsufficientMemoryException.cs
- FunctionImportMapping.cs
- StructuredTypeInfo.cs
- Simplifier.cs
- ServiceDescriptionReflector.cs
- XmlDomTextWriter.cs
- ProxyWebPartConnectionCollection.cs
- SubstitutionList.cs
- PenLineCapValidation.cs
- DockingAttribute.cs
- Publisher.cs
- FreezableOperations.cs
- DynamicAttribute.cs
- GridViewCellAutomationPeer.cs
- OdbcConnection.cs
- PathNode.cs
- DelayedRegex.cs
- RichTextBoxDesigner.cs
- WorkflowServiceHostFactory.cs
- ToolBarOverflowPanel.cs
- XslCompiledTransform.cs
- GridSplitter.cs
- StagingAreaInputItem.cs
- FieldTemplateUserControl.cs
- WebPartMenu.cs
- CommandField.cs
- DataListDesigner.cs
- ResourceContainerWrapper.cs
- InternalControlCollection.cs
- SplitterEvent.cs
- HttpListenerPrefixCollection.cs
- XmlIlVisitor.cs
- EmptyWithCancelationCheckWorkItem.cs
- DataView.cs
- Int32Collection.cs
- IDQuery.cs
- ValidationPropertyAttribute.cs
- MaskedTextBox.cs
- VScrollBar.cs
- SurrogateSelector.cs
- CommonServiceBehaviorElement.cs
- InternalConfigHost.cs
- GACMembershipCondition.cs
- XmlSchemaObjectTable.cs
- KnownTypesProvider.cs
- StrongTypingException.cs
- XmlArrayAttribute.cs
- RuleConditionDialog.Designer.cs
- HostedHttpContext.cs
- HandleCollector.cs
- MobileCategoryAttribute.cs
- TextFormatterContext.cs
- TreeView.cs
- AutomationPatternInfo.cs
- TextEmbeddedObject.cs
- HandleRef.cs