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
- EmptyCollection.cs
- OptimalBreakSession.cs
- DataPagerField.cs
- DynamicControl.cs
- RootProjectionNode.cs
- ProfileBuildProvider.cs
- TransactionScopeDesigner.cs
- Tokenizer.cs
- dataSvcMapFileLoader.cs
- ContentElement.cs
- UriTemplateTrieLocation.cs
- ApplicationGesture.cs
- ElementFactory.cs
- TypeBuilder.cs
- AccessorTable.cs
- _StreamFramer.cs
- GeometryModel3D.cs
- DataGridViewCellEventArgs.cs
- NameValueSectionHandler.cs
- altserialization.cs
- SharedUtils.cs
- TokenizerHelper.cs
- CalculatedColumn.cs
- RepeatButton.cs
- ScrollProviderWrapper.cs
- HtmlInputSubmit.cs
- TextEffectResolver.cs
- ProgressBarRenderer.cs
- XXXInfos.cs
- BasicExpressionVisitor.cs
- RoleServiceManager.cs
- SpStreamWrapper.cs
- Model3DGroup.cs
- Converter.cs
- SpecularMaterial.cs
- RelationshipEntry.cs
- OutputScopeManager.cs
- Panel.cs
- SystemParameters.cs
- IntPtr.cs
- TextServicesManager.cs
- ReadOnlyObservableCollection.cs
- ExtensionElement.cs
- BypassElement.cs
- BindingFormattingDialog.cs
- InheritanceContextChangedEventManager.cs
- WebBrowsableAttribute.cs
- ActivityValidator.cs
- XmlTextWriter.cs
- ContentFilePart.cs
- Enum.cs
- FieldToken.cs
- MatrixAnimationUsingKeyFrames.cs
- RuntimeConfigLKG.cs
- IImplicitResourceProvider.cs
- DataQuery.cs
- Rfc2898DeriveBytes.cs
- ListBindingHelper.cs
- ElapsedEventArgs.cs
- RefreshEventArgs.cs
- FontCollection.cs
- ReturnType.cs
- FontDriver.cs
- CompilerHelpers.cs
- Globals.cs
- UIElementPropertyUndoUnit.cs
- DeviceSpecificDialogCachedState.cs
- ScrollContentPresenter.cs
- SafeNativeMemoryHandle.cs
- RectKeyFrameCollection.cs
- ClientScriptManager.cs
- VersionedStream.cs
- SortKey.cs
- DataTableTypeConverter.cs
- Label.cs
- VersionPair.cs
- GeneralTransform2DTo3D.cs
- DataViewManagerListItemTypeDescriptor.cs
- RecognitionEventArgs.cs
- SID.cs
- SchemaLookupTable.cs
- HttpApplication.cs
- TableSectionStyle.cs
- SystemBrushes.cs
- DiagnosticTraceRecords.cs
- DoubleStorage.cs
- DataGridViewColumnEventArgs.cs
- ScopeCompiler.cs
- HandleExceptionArgs.cs
- DictionaryKeyPropertyAttribute.cs
- SqlDataSourceView.cs
- ChangesetResponse.cs
- LogManagementAsyncResult.cs
- ExpanderAutomationPeer.cs
- TreeNodeStyleCollection.cs
- RowToFieldTransformer.cs
- Menu.cs
- ConfigurationManagerInternalFactory.cs
- ConfigurationSectionGroup.cs
- JsonDataContract.cs