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
- SyndicationDeserializer.cs
- ObjectDataSourceSelectingEventArgs.cs
- ClientUriBehavior.cs
- IntSecurity.cs
- XmlEnumAttribute.cs
- panel.cs
- Container.cs
- BindableAttribute.cs
- CursorConverter.cs
- RootBrowserWindowProxy.cs
- EncryptedType.cs
- SortKey.cs
- CounterSet.cs
- AnimationClock.cs
- AxisAngleRotation3D.cs
- SendKeys.cs
- BrushMappingModeValidation.cs
- ScrollChrome.cs
- UriTemplateLiteralQueryValue.cs
- ArrayTypeMismatchException.cs
- DeclaredTypeElement.cs
- HttpHeaderCollection.cs
- DynamicUpdateCommand.cs
- StringKeyFrameCollection.cs
- CheckableControlBaseAdapter.cs
- RootBrowserWindowAutomationPeer.cs
- MergablePropertyAttribute.cs
- NavigationPropertyEmitter.cs
- AQNBuilder.cs
- OptimalBreakSession.cs
- XmlHierarchicalEnumerable.cs
- ForEach.cs
- XPathNavigatorReader.cs
- Utils.cs
- Style.cs
- ThreadStaticAttribute.cs
- MultipleViewPattern.cs
- NotFiniteNumberException.cs
- TextTreeUndo.cs
- DocumentPageHost.cs
- Compress.cs
- SignatureConfirmations.cs
- CategoryNameCollection.cs
- ContainerControl.cs
- SqlCacheDependencySection.cs
- InvalidComObjectException.cs
- XmlSchemaGroup.cs
- precedingsibling.cs
- WebPartUserCapability.cs
- FormsAuthentication.cs
- WindowsListViewItem.cs
- XmlUtil.cs
- DesignerAdapterUtil.cs
- EncoderExceptionFallback.cs
- EntityDataSourceViewSchema.cs
- SerializationHelper.cs
- HttpProtocolReflector.cs
- ProtocolElement.cs
- PagePropertiesChangingEventArgs.cs
- DecoderReplacementFallback.cs
- WebConfigurationManager.cs
- XmlCharCheckingReader.cs
- DependencyObject.cs
- SafeCoTaskMem.cs
- LinqDataSourceView.cs
- AudienceUriMode.cs
- loginstatus.cs
- WindowsToolbarAsMenu.cs
- DecoderExceptionFallback.cs
- AssemblyInfo.cs
- XmlObjectSerializerReadContextComplex.cs
- IsolatedStorageFile.cs
- CorruptStoreException.cs
- DataServiceQueryProvider.cs
- ListGeneralPage.cs
- BamlLocalizer.cs
- SystemIPInterfaceStatistics.cs
- ReadOnlyState.cs
- SourceFilter.cs
- HttpProfileGroupBase.cs
- RectAnimationBase.cs
- BufferedWebEventProvider.cs
- EasingFunctionBase.cs
- Wizard.cs
- TemplateBamlTreeBuilder.cs
- AuthenticateEventArgs.cs
- DataServiceOperationContext.cs
- DataGridDetailsPresenter.cs
- ReferentialConstraint.cs
- Viewport3DAutomationPeer.cs
- DictionaryKeyPropertyAttribute.cs
- RuntimeConfig.cs
- BitmapMetadata.cs
- FileDialogCustomPlacesCollection.cs
- CutCopyPasteHelper.cs
- SupportingTokenParameters.cs
- SessionStateUtil.cs
- TimeoutValidationAttribute.cs
- CqlLexerHelpers.cs
- CompatibleIComparer.cs