Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.ServiceModel.Discovery / System / ServiceModel / Discovery / SyncOperationState.cs / 1305376 / SyncOperationState.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.ServiceModel.Discovery { using System.ComponentModel; using System.Runtime; using System.Threading; class SyncOperationState { AsyncCompletedEventArgs eventArgs; [Fx.Tag.SynchronizationObject()] ManualResetEvent waitEvent; public SyncOperationState() { this.waitEvent = new ManualResetEvent(false); this.eventArgs = null; } public AsyncCompletedEventArgs EventArgs { get { return this.eventArgs; } set { this.eventArgs = value; } } public ManualResetEvent WaitEvent { get { return this.waitEvent; } } } } // 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
- TabControl.cs
- TransmissionStrategy.cs
- FigureParaClient.cs
- AnnotationAuthorChangedEventArgs.cs
- XamlRtfConverter.cs
- SamlDoNotCacheCondition.cs
- ResourceSetExpression.cs
- MembershipPasswordException.cs
- StringDictionaryWithComparer.cs
- LogicalExpressionTypeConverter.cs
- WindowCollection.cs
- BitmapEffectGeneralTransform.cs
- HtmlTableCellCollection.cs
- GroupQuery.cs
- SqlCacheDependencySection.cs
- Knowncolors.cs
- CommandLibraryHelper.cs
- CancelRequestedRecord.cs
- CharEntityEncoderFallback.cs
- SafeLocalMemHandle.cs
- RequestUriProcessor.cs
- XmlAttribute.cs
- ClientTargetCollection.cs
- SurrogateEncoder.cs
- DashStyles.cs
- XmlIgnoreAttribute.cs
- SafeBitVector32.cs
- MembershipPasswordException.cs
- SingleAnimationBase.cs
- DesignerAttribute.cs
- UdpSocket.cs
- ByteKeyFrameCollection.cs
- CursorEditor.cs
- QilName.cs
- InlinedAggregationOperator.cs
- LicenseContext.cs
- SecuritySessionSecurityTokenAuthenticator.cs
- OutputCacheModule.cs
- XmlWhitespace.cs
- SourceFileInfo.cs
- XmlSchemaAny.cs
- DocumentPageViewAutomationPeer.cs
- Pen.cs
- QueryCacheKey.cs
- AdPostCacheSubstitution.cs
- Permission.cs
- TabControl.cs
- ExceptionNotification.cs
- DbFunctionCommandTree.cs
- SelectedGridItemChangedEvent.cs
- SignedXml.cs
- HttpPostedFile.cs
- KnownAssembliesSet.cs
- HMACRIPEMD160.cs
- XmlSchemaComplexType.cs
- DataTemplateKey.cs
- PointF.cs
- SearchForVirtualItemEventArgs.cs
- PageThemeCodeDomTreeGenerator.cs
- Mapping.cs
- CodeAttributeDeclarationCollection.cs
- XmlEntityReference.cs
- SqlUDTStorage.cs
- SettingsPropertyValue.cs
- BulletedListEventArgs.cs
- WebBodyFormatMessageProperty.cs
- ViewCellSlot.cs
- MimeMultiPart.cs
- IList.cs
- ColumnClickEvent.cs
- ProfileInfo.cs
- AssemblyNameProxy.cs
- XmlNamespaceManager.cs
- DocumentXmlWriter.cs
- DateTimeOffset.cs
- DataBoundLiteralControl.cs
- RectangleHotSpot.cs
- WebContext.cs
- ConfigurationLocation.cs
- controlskin.cs
- HttpListenerPrefixCollection.cs
- CryptoConfig.cs
- BaseParser.cs
- ObjectMaterializedEventArgs.cs
- Inline.cs
- WindowVisualStateTracker.cs
- ConfigXmlAttribute.cs
- LinqDataSourceHelper.cs
- DateTime.cs
- DataSvcMapFile.cs
- SafeNativeMethodsCLR.cs
- PeerApplicationLaunchInfo.cs
- CurrentChangingEventArgs.cs
- InputLanguageCollection.cs
- TextSelectionProcessor.cs
- TextTreeRootNode.cs
- CodeValidator.cs
- Helpers.cs
- RegexNode.cs
- RayMeshGeometry3DHitTestResult.cs