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
- ForwardPositionQuery.cs
- SqlReferenceCollection.cs
- EventHandlerList.cs
- GenerateScriptTypeAttribute.cs
- SamlDoNotCacheCondition.cs
- WindowsListViewItemCheckBox.cs
- RegexGroupCollection.cs
- DataContractAttribute.cs
- CaseCqlBlock.cs
- CaretElement.cs
- DBConnectionString.cs
- DataControlPagerLinkButton.cs
- RepeaterDesigner.cs
- StopStoryboard.cs
- HttpException.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ButtonColumn.cs
- WebPartEditorCancelVerb.cs
- BamlBinaryWriter.cs
- DataTemplateKey.cs
- SequenceNumber.cs
- ScriptManager.cs
- LogEntry.cs
- XmlWriter.cs
- XmlPropertyBag.cs
- BasicHttpSecurityElement.cs
- ClientTarget.cs
- ISFClipboardData.cs
- XpsFilter.cs
- MultipleViewPattern.cs
- _StreamFramer.cs
- TextMetrics.cs
- ProcessModelInfo.cs
- ValueChangedEventManager.cs
- MemoryStream.cs
- UpdateExpressionVisitor.cs
- SafeThemeHandle.cs
- SmtpReplyReaderFactory.cs
- ParentUndoUnit.cs
- ProbeMatchesApril2005.cs
- AtomicFile.cs
- BufferModesCollection.cs
- MatrixTransform.cs
- TraceEventCache.cs
- SynchronizationHandlesCodeDomSerializer.cs
- MiniCustomAttributeInfo.cs
- DependencyPropertyDescriptor.cs
- FileDialogPermission.cs
- Exceptions.cs
- MetadataSource.cs
- OpenFileDialog.cs
- ChildDocumentBlock.cs
- AuthorizationRuleCollection.cs
- EnterpriseServicesHelper.cs
- DataGridItemCollection.cs
- WebControlAdapter.cs
- IndexedString.cs
- ColumnProvider.cs
- LayoutUtils.cs
- InstanceContextManager.cs
- DefaultPrintController.cs
- ScrollProperties.cs
- CategoryGridEntry.cs
- DataGridViewImageCell.cs
- UnitySerializationHolder.cs
- GiveFeedbackEvent.cs
- ServiceOperationViewControl.cs
- CreateRefExpr.cs
- HtmlButton.cs
- MimePart.cs
- CompleteWizardStep.cs
- ManifestResourceInfo.cs
- SqlCachedBuffer.cs
- ConstraintManager.cs
- HttpCapabilitiesEvaluator.cs
- InkCanvasSelectionAdorner.cs
- ModelUIElement3D.cs
- EntityUtil.cs
- SendActivityDesignerTheme.cs
- ListViewInsertedEventArgs.cs
- TriggerActionCollection.cs
- XPathAncestorIterator.cs
- SignatureConfirmationElement.cs
- ModelFunctionTypeElement.cs
- SqlDataSourceFilteringEventArgs.cs
- XmlAutoDetectWriter.cs
- ValidationErrorCollection.cs
- PageSettings.cs
- BlockUIContainer.cs
- Single.cs
- StylusPlugin.cs
- SmtpReplyReaderFactory.cs
- SubMenuStyle.cs
- ListViewDataItem.cs
- invalidudtexception.cs
- SByte.cs
- OperandQuery.cs
- ConnectorDragDropGlyph.cs
- ResolvePPIDRequest.cs
- XamlReaderHelper.cs