Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignTimeVisibleAttribute.cs
- TreeViewImageKeyConverter.cs
- RadioButtonList.cs
- Dynamic.cs
- StringUtil.cs
- ObjectListGeneralPage.cs
- WebPartCloseVerb.cs
- StringConcat.cs
- AddInPipelineAttributes.cs
- BinHexDecoder.cs
- CellParaClient.cs
- MsmqTransportReceiveParameters.cs
- SHA1.cs
- TableRowCollection.cs
- PatternMatcher.cs
- ProcessThread.cs
- CollectionsUtil.cs
- MetabaseServerConfig.cs
- EventBuilder.cs
- WindowsPen.cs
- WindowsGraphics2.cs
- TypeExtensionConverter.cs
- ConvertersCollection.cs
- XslTransform.cs
- RenderData.cs
- PtsCache.cs
- HtmlInputText.cs
- CommandHelpers.cs
- ProxyGenerationError.cs
- PointF.cs
- ImportCatalogPart.cs
- Utilities.cs
- TraceSource.cs
- indexingfiltermarshaler.cs
- TextSegment.cs
- HoistedLocals.cs
- BitmapInitialize.cs
- GridToolTip.cs
- Padding.cs
- CommonDialog.cs
- IconBitmapDecoder.cs
- DateTimeConverter2.cs
- XamlGridLengthSerializer.cs
- CombinedGeometry.cs
- Baml2006SchemaContext.cs
- DiscreteKeyFrames.cs
- WebPartsSection.cs
- NativeMethods.cs
- FusionWrap.cs
- CLRBindingWorker.cs
- DocumentXmlWriter.cs
- ExpressionVisitor.cs
- HwndStylusInputProvider.cs
- OracleBFile.cs
- MediaPlayerState.cs
- ProcessInfo.cs
- CollectionChangedEventManager.cs
- PerformanceCounterPermissionAttribute.cs
- WebBrowserEvent.cs
- SqlNodeAnnotation.cs
- Message.cs
- OrderingInfo.cs
- ChunkedMemoryStream.cs
- ListParaClient.cs
- IgnoreDeviceFilterElementCollection.cs
- ReachDocumentReferenceSerializerAsync.cs
- BinaryWriter.cs
- ClientFormsIdentity.cs
- FontConverter.cs
- UshortList2.cs
- FixedDocument.cs
- GPRECTF.cs
- MemoryPressure.cs
- AssemblyResourceLoader.cs
- ProfileEventArgs.cs
- ApplicationTrust.cs
- SymbolEqualComparer.cs
- EmissiveMaterial.cs
- AffineTransform3D.cs
- XmlIlVisitor.cs
- DashStyles.cs
- CallContext.cs
- XmlQueryContext.cs
- ZeroOpNode.cs
- WindowsFont.cs
- SoapFormatter.cs
- SHA384.cs
- PtsHost.cs
- PackageRelationshipSelector.cs
- EventRouteFactory.cs
- ListParaClient.cs
- TextTabProperties.cs
- SqlCacheDependency.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- Pen.cs
- WebPartUtil.cs
- AssociationType.cs
- XsdDataContractExporter.cs
- CodeSubDirectory.cs
- GPPOINTF.cs