Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.ServiceModel.Discovery / System / ServiceModel / Discovery / ResolveCompletedEventArgs.cs / 1305376 / ResolveCompletedEventArgs.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.ServiceModel.Discovery { using System; using System.ComponentModel; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class ResolveCompletedEventArgs : AsyncCompletedEventArgs { ResolveResponse result; internal ResolveCompletedEventArgs(Exception error, bool cancelled, object userState, ResolveResponse result) : base(error, cancelled, userState) { this.result = result; } public ResolveResponse Result { [Fx.Tag.InheritThrows(From = "Resolve", FromDeclaringType = typeof(DiscoveryClient))] get { RaiseExceptionIfNecessary(); return this.result; } } } } // 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
- UrlPath.cs
- StructuredType.cs
- GetPageNumberCompletedEventArgs.cs
- ObjectStateFormatter.cs
- BrowserCapabilitiesCodeGenerator.cs
- ListViewTableRow.cs
- PowerModeChangedEventArgs.cs
- WindowsScrollBarBits.cs
- AnnotationResourceChangedEventArgs.cs
- DataGridViewRowsAddedEventArgs.cs
- XmlUTF8TextReader.cs
- FontResourceCache.cs
- SecUtil.cs
- NamedObject.cs
- RegexEditorDialog.cs
- SchemaCollectionPreprocessor.cs
- PopOutPanel.cs
- ProfileGroupSettingsCollection.cs
- PrinterSettings.cs
- XamlSerializerUtil.cs
- DataBoundControlDesigner.cs
- ChameleonKey.cs
- ResourcesBuildProvider.cs
- PolyLineSegmentFigureLogic.cs
- DynamicPropertyHolder.cs
- SafeArrayRankMismatchException.cs
- rsa.cs
- DbConnectionFactory.cs
- Thumb.cs
- InternalCache.cs
- MarginCollapsingState.cs
- X509CertificateStore.cs
- XmlAttribute.cs
- WorkflowItemPresenter.cs
- PanelStyle.cs
- EventTrigger.cs
- Timer.cs
- ApplicationManager.cs
- NameTable.cs
- ContentDesigner.cs
- JournalEntry.cs
- ModelVisual3D.cs
- SHA1CryptoServiceProvider.cs
- AssemblyBuilder.cs
- DebugView.cs
- SymbolType.cs
- JsonEncodingStreamWrapper.cs
- RuleSettingsCollection.cs
- QueryTaskGroupState.cs
- Predicate.cs
- TextTreeRootNode.cs
- CDSsyncETWBCLProvider.cs
- RectangleGeometry.cs
- LogExtentCollection.cs
- QuaternionValueSerializer.cs
- GridItemProviderWrapper.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- StreamingContext.cs
- X509ChainElement.cs
- DbgCompiler.cs
- NullableDoubleSumAggregationOperator.cs
- HttpPostedFile.cs
- CalendarBlackoutDatesCollection.cs
- Gdiplus.cs
- ArgumentOutOfRangeException.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- ProcessModule.cs
- ToolTip.cs
- DateRangeEvent.cs
- AttributeCollection.cs
- And.cs
- EmptyWithCancelationCheckWorkItem.cs
- Mouse.cs
- ToolStripCollectionEditor.cs
- DifferencingCollection.cs
- TextWriter.cs
- TypeToStringValueConverter.cs
- tibetanshape.cs
- HandlerBase.cs
- StorageScalarPropertyMapping.cs
- XmlHierarchicalEnumerable.cs
- CssClassPropertyAttribute.cs
- IApplicationTrustManager.cs
- SpellCheck.cs
- ClientReliableChannelBinder.cs
- MailAddress.cs
- WindowVisualStateTracker.cs
- CacheVirtualItemsEvent.cs
- TextParentUndoUnit.cs
- XmlComplianceUtil.cs
- TypeLoadException.cs
- BitmapFrameEncode.cs
- CalendarSelectionChangedEventArgs.cs
- ConsumerConnectionPointCollection.cs
- ReadOnlyDictionary.cs
- LocationEnvironment.cs
- IPHostEntry.cs
- EventSinkHelperWriter.cs
- XmlParserContext.cs
- _LocalDataStoreMgr.cs