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
- hebrewshape.cs
- EnumBuilder.cs
- UIElementHelper.cs
- ReachPageContentCollectionSerializerAsync.cs
- ComboBoxItem.cs
- HttpUnhandledOperationInvoker.cs
- MaskInputRejectedEventArgs.cs
- JsonEnumDataContract.cs
- RadioButton.cs
- TextProperties.cs
- HashMembershipCondition.cs
- NativeWindow.cs
- RegexCharClass.cs
- CodeAttachEventStatement.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- SafeCryptContextHandle.cs
- MultiBinding.cs
- TextReader.cs
- WindowsStatic.cs
- NumberFormatInfo.cs
- TextEffectResolver.cs
- ExcludePathInfo.cs
- DragCompletedEventArgs.cs
- ClientEventManager.cs
- RuntimeHandles.cs
- LongPath.cs
- AsyncCallback.cs
- LinkLabelLinkClickedEvent.cs
- DecoderExceptionFallback.cs
- COM2PropertyBuilderUITypeEditor.cs
- SweepDirectionValidation.cs
- ObjectReferenceStack.cs
- Literal.cs
- loginstatus.cs
- RetrieveVirtualItemEventArgs.cs
- HtmlMeta.cs
- GroupBoxDesigner.cs
- RawUIStateInputReport.cs
- CharEnumerator.cs
- FillRuleValidation.cs
- MDIWindowDialog.cs
- UrlUtility.cs
- PenContext.cs
- CodeBinaryOperatorExpression.cs
- CustomErrorsSectionWrapper.cs
- ValidationRule.cs
- SqlUDTStorage.cs
- AutomationProperty.cs
- InternalSafeNativeMethods.cs
- XmlDownloadManager.cs
- TableChangeProcessor.cs
- DesignerHelpers.cs
- ThousandthOfEmRealPoints.cs
- _SSPISessionCache.cs
- UndoUnit.cs
- ServiceControllerDesigner.cs
- NotCondition.cs
- MailBnfHelper.cs
- XPathNodeInfoAtom.cs
- DocumentXmlWriter.cs
- PenContext.cs
- OpacityConverter.cs
- ColumnWidthChangedEvent.cs
- SamlAction.cs
- DrawToolTipEventArgs.cs
- versioninfo.cs
- PropertyMap.cs
- EdmValidator.cs
- DataSourceHelper.cs
- ToolStripAdornerWindowService.cs
- ResourceDisplayNameAttribute.cs
- SystemDiagnosticsSection.cs
- DetailsViewRow.cs
- BinaryUtilClasses.cs
- StyleCollection.cs
- NotificationContext.cs
- ConnectionPoolManager.cs
- NameValueFileSectionHandler.cs
- BaseDataListComponentEditor.cs
- VisemeEventArgs.cs
- HttpProfileGroupBase.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- ImmutableObjectAttribute.cs
- ProxyManager.cs
- ZipPackage.cs
- WithStatement.cs
- DataStreams.cs
- SmiEventSink_DeferedProcessing.cs
- FormatSettings.cs
- DefaultPerformanceCounters.cs
- SpotLight.cs
- SpeechSynthesizer.cs
- EntityExpressionVisitor.cs
- WizardForm.cs
- SiteMapSection.cs
- HtmlShimManager.cs
- DNS.cs
- MessageBox.cs
- ALinqExpressionVisitor.cs
- SoapRpcServiceAttribute.cs