Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / System.Runtime.DurableInstancing / System / Runtime / DurableInstancing / InstanceNormalEvent.cs / 1305376 / InstanceNormalEvent.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Runtime.DurableInstancing { using System.Collections.Generic; using System.Linq; // InstanceStore owns the synchronization of this class. class InstanceNormalEvent : InstancePersistenceEvent { HashSetboundHandles = new HashSet (); HashSet pendingHandles = new HashSet (); internal InstanceNormalEvent(InstancePersistenceEvent persistenceEvent) : base(persistenceEvent.Name) { } internal bool IsSignaled { get; set; } internal HashSet BoundHandles { get { return this.boundHandles; } } internal HashSet PendingHandles { get { return this.pendingHandles; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Runtime.DurableInstancing { using System.Collections.Generic; using System.Linq; // InstanceStore owns the synchronization of this class. class InstanceNormalEvent : InstancePersistenceEvent { HashSet boundHandles = new HashSet (); HashSet pendingHandles = new HashSet (); internal InstanceNormalEvent(InstancePersistenceEvent persistenceEvent) : base(persistenceEvent.Name) { } internal bool IsSignaled { get; set; } internal HashSet BoundHandles { get { return this.boundHandles; } } internal HashSet PendingHandles { get { return this.pendingHandles; } } } } // 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
- XmlComplianceUtil.cs
- DayRenderEvent.cs
- DataControlCommands.cs
- OpenFileDialog.cs
- XmlConvert.cs
- PropertyMapper.cs
- SystemResources.cs
- LassoSelectionBehavior.cs
- IPPacketInformation.cs
- CodeConditionStatement.cs
- InvalidEnumArgumentException.cs
- XmlAttributeAttribute.cs
- ResXDataNode.cs
- XPathChildIterator.cs
- PolicyStatement.cs
- KeyboardDevice.cs
- WaitHandle.cs
- BitmapEffectvisualstate.cs
- DateTimeUtil.cs
- Mapping.cs
- DataGridViewComboBoxColumnDesigner.cs
- StringCollection.cs
- PageRequestManager.cs
- DataGridViewCellFormattingEventArgs.cs
- ProxyManager.cs
- XmlHierarchyData.cs
- SHA512Managed.cs
- HttpTransportSecurityElement.cs
- DropAnimation.xaml.cs
- DesignerActionList.cs
- SmiXetterAccessMap.cs
- ServerProtocol.cs
- MimeWriter.cs
- MsmqIntegrationProcessProtocolHandler.cs
- ProcessHostMapPath.cs
- DependencyPropertyChangedEventArgs.cs
- ToolStripItemRenderEventArgs.cs
- Slider.cs
- CompositeDataBoundControl.cs
- XmlSequenceWriter.cs
- XmlNamespaceDeclarationsAttribute.cs
- SafeTimerHandle.cs
- SqlVisitor.cs
- StreamGeometry.cs
- WsdlBuildProvider.cs
- IndentedWriter.cs
- Properties.cs
- InputReport.cs
- DataTemplateSelector.cs
- RegexFCD.cs
- NativeObjectSecurity.cs
- xmlformatgeneratorstatics.cs
- SingleSelectRootGridEntry.cs
- DataSourceProvider.cs
- ImmutableObjectAttribute.cs
- BitmapFrameEncode.cs
- InputChannelAcceptor.cs
- ServiceThrottle.cs
- FlowDocumentPage.cs
- TextureBrush.cs
- AmbientEnvironment.cs
- PolyLineSegment.cs
- MultiTargetingUtil.cs
- BamlLocalizer.cs
- SessionStateSection.cs
- Mapping.cs
- XXXOnTypeBuilderInstantiation.cs
- CLSCompliantAttribute.cs
- ResourceReferenceKeyNotFoundException.cs
- WebPartTransformerAttribute.cs
- BrushMappingModeValidation.cs
- UnaryExpressionHelper.cs
- DataSourceHelper.cs
- HtmlObjectListAdapter.cs
- StylusShape.cs
- _ProxyChain.cs
- BaseParagraph.cs
- _NegoState.cs
- SqlCacheDependency.cs
- TraceSection.cs
- MimeMapping.cs
- DesignSurfaceCollection.cs
- VectorConverter.cs
- FtpCachePolicyElement.cs
- IndexOutOfRangeException.cs
- UnconditionalPolicy.cs
- PTUtility.cs
- OrderedDictionary.cs
- MachineKey.cs
- ConfigurationSchemaErrors.cs
- Translator.cs
- ExtendedPropertyDescriptor.cs
- RewritingSimplifier.cs
- URLIdentityPermission.cs
- SelectionPattern.cs
- HttpHandlersSection.cs
- HtmlTitle.cs
- CheckBox.cs
- UIElementCollection.cs
- MetadataProperty.cs