Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.ServiceModel.Discovery / System / ServiceModel / Discovery / FindCompletedEventArgs.cs / 1305376 / FindCompletedEventArgs.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 FindCompletedEventArgs : AsyncCompletedEventArgs
{
FindResponse result;
internal FindCompletedEventArgs(Exception error, bool cancelled, object userState, FindResponse result)
: base(error, cancelled, userState)
{
this.result = result;
}
public FindResponse Result
{
[Fx.Tag.InheritThrows(From = "Find", 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
- RequestQueryProcessor.cs
- HttpWebRequest.cs
- StrongNameKeyPair.cs
- GridEntry.cs
- CompensatableTransactionScopeActivity.cs
- CodeTypeReferenceExpression.cs
- EntityTemplateUserControl.cs
- ProtectedProviderSettings.cs
- MetadataExporter.cs
- BlobPersonalizationState.cs
- SocketAddress.cs
- VisualTreeHelper.cs
- X509CertificateValidator.cs
- HttpCapabilitiesSectionHandler.cs
- ClientSettings.cs
- FrameworkElement.cs
- IncrementalReadDecoders.cs
- EntityRecordInfo.cs
- AutomationPropertyChangedEventArgs.cs
- TypeResolver.cs
- StringAttributeCollection.cs
- PrintDialog.cs
- RawStylusSystemGestureInputReport.cs
- Matrix.cs
- DataObject.cs
- ProofTokenCryptoHandle.cs
- Application.cs
- AppAction.cs
- UpdateCompiler.cs
- ListViewInsertionMark.cs
- AutomationEventArgs.cs
- SessionEndingEventArgs.cs
- ManagedIStream.cs
- ObjectComplexPropertyMapping.cs
- StackSpiller.cs
- QueryCacheManager.cs
- ProviderConnectionPoint.cs
- DBBindings.cs
- StringExpressionSet.cs
- UrlMapping.cs
- ProfileSettingsCollection.cs
- FromReply.cs
- GenericEnumerator.cs
- arclist.cs
- TypeProvider.cs
- AsymmetricKeyExchangeFormatter.cs
- VisualTreeUtils.cs
- TextElementEnumerator.cs
- BindingListCollectionView.cs
- ListViewContainer.cs
- MultiPropertyDescriptorGridEntry.cs
- PropertyEmitterBase.cs
- ErrorStyle.cs
- WeakReference.cs
- NewExpression.cs
- CustomCategoryAttribute.cs
- CommentEmitter.cs
- _UriTypeConverter.cs
- ValueExpressions.cs
- SafeJobHandle.cs
- HttpCapabilitiesSectionHandler.cs
- ObjectListFieldsPage.cs
- EnvelopedPkcs7.cs
- EndPoint.cs
- ImmutableObjectAttribute.cs
- FaultException.cs
- HttpRuntimeSection.cs
- GridViewColumnCollectionChangedEventArgs.cs
- JsonReader.cs
- PerfService.cs
- SchemaNamespaceManager.cs
- SecureStringHasher.cs
- Currency.cs
- ToolBar.cs
- SqlInfoMessageEvent.cs
- RequestNavigateEventArgs.cs
- HostedBindingBehavior.cs
- FormViewInsertedEventArgs.cs
- X509ChainElement.cs
- TrustManagerMoreInformation.cs
- KeyInfo.cs
- MapPathBasedVirtualPathProvider.cs
- DocumentApplicationJournalEntry.cs
- BamlStream.cs
- ColorAnimationBase.cs
- Int64AnimationUsingKeyFrames.cs
- MethodToken.cs
- SizeConverter.cs
- FixedNode.cs
- ProcessThread.cs
- MetadataWorkspace.cs
- ListItemCollection.cs
- NullableDoubleAverageAggregationOperator.cs
- BinaryReader.cs
- HuffmanTree.cs
- METAHEADER.cs
- UIHelper.cs
- ExtractedStateEntry.cs
- CharEntityEncoderFallback.cs
- DXD.cs