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
- HostProtectionException.cs
- DefaultBinder.cs
- StdValidatorsAndConverters.cs
- DropDownList.cs
- StopStoryboard.cs
- Tokenizer.cs
- AsyncPostBackTrigger.cs
- TrustManagerPromptUI.cs
- XmlSchemaSimpleTypeRestriction.cs
- DesignerUtility.cs
- ScriptHandlerFactory.cs
- SelectedDatesCollection.cs
- InvokeMethod.cs
- SafeLocalMemHandle.cs
- Padding.cs
- ConfigurationLocation.cs
- RegexGroup.cs
- UIAgentRequest.cs
- HuffCodec.cs
- EntityKey.cs
- ScopelessEnumAttribute.cs
- MenuRendererStandards.cs
- DbQueryCommandTree.cs
- TypeResolver.cs
- MatrixStack.cs
- StringStorage.cs
- RowType.cs
- SqlDataSourceEnumerator.cs
- DbXmlEnabledProviderManifest.cs
- XmlSchemaSubstitutionGroup.cs
- XomlSerializationHelpers.cs
- ProfilePropertyNameValidator.cs
- PointIndependentAnimationStorage.cs
- TraceContextEventArgs.cs
- ClientConvert.cs
- VectorValueSerializer.cs
- QueryExpr.cs
- SimpleType.cs
- HttpVersion.cs
- SqlMultiplexer.cs
- Vector3DCollectionValueSerializer.cs
- QuotedPairReader.cs
- PrintDialogException.cs
- DiagnosticTraceSource.cs
- Triangle.cs
- DynamicHyperLink.cs
- XmlSchemaParticle.cs
- DataServiceQueryException.cs
- GridViewUpdatedEventArgs.cs
- RpcResponse.cs
- TextPattern.cs
- VirtualDirectoryMapping.cs
- SoapWriter.cs
- SQLBytesStorage.cs
- EditorZoneBase.cs
- FixUp.cs
- ImageIndexConverter.cs
- ValidationSummary.cs
- Matrix3DStack.cs
- RequestCacheValidator.cs
- FormsAuthentication.cs
- DataGridViewUtilities.cs
- GC.cs
- ObjectDataSourceChooseTypePanel.cs
- MemberAccessException.cs
- ServiceModelConfiguration.cs
- SqlConnection.cs
- DelegateSerializationHolder.cs
- HttpRawResponse.cs
- HttpRequestWrapper.cs
- InstanceDescriptor.cs
- RequiredFieldValidator.cs
- SmtpDigestAuthenticationModule.cs
- LicenseManager.cs
- HostingPreferredMapPath.cs
- RectConverter.cs
- SqlDataSourceCustomCommandPanel.cs
- Label.cs
- OdbcException.cs
- WebProxyScriptElement.cs
- PageSetupDialog.cs
- UnlockInstanceCommand.cs
- MimePart.cs
- Column.cs
- TypeHelpers.cs
- Config.cs
- InternalDispatchObject.cs
- SqlUtil.cs
- CodeTypeReference.cs
- ToolBarPanel.cs
- SequentialWorkflowHeaderFooter.cs
- ListViewTableCell.cs
- FrameworkObject.cs
- DocumentPropertiesDialog.cs
- ContainerParagraph.cs
- RepeatBehavior.cs
- RtfToken.cs
- coordinator.cs
- GroupDescription.cs
- dataprotectionpermission.cs