Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / InvokeCompletedEventArgs.cs / 1305376 / InvokeCompletedEventArgs.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class InvokeCompletedEventArgs : AsyncCompletedEventArgs { internal InvokeCompletedEventArgs(Exception error, bool cancelled, AsyncInvokeContext context) : base(error, cancelled, context.UserState) { this.Outputs = context.Outputs; } public IDictionaryOutputs { get; private set; } } } // 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
- VariableBinder.cs
- XmlArrayItemAttributes.cs
- InstanceLockLostException.cs
- InfoCardHelper.cs
- WindowsStartMenu.cs
- FastEncoder.cs
- DataListCommandEventArgs.cs
- WriteTimeStream.cs
- SByteStorage.cs
- GridViewRowCollection.cs
- HttpResponseWrapper.cs
- SoapFault.cs
- Part.cs
- CompilationUtil.cs
- PackWebResponse.cs
- Highlights.cs
- WasHttpHandlersInstallComponent.cs
- _NTAuthentication.cs
- BitmapEffectInput.cs
- AllMembershipCondition.cs
- EnumerableCollectionView.cs
- UriScheme.cs
- ParameterElement.cs
- CompatibleIComparer.cs
- KeyBinding.cs
- CodeNamespaceImportCollection.cs
- HTMLTagNameToTypeMapper.cs
- EntityDataSourceChangedEventArgs.cs
- path.cs
- InstanceOwner.cs
- TypeUtil.cs
- TypeSystemProvider.cs
- ArrangedElement.cs
- UnaryExpression.cs
- FlowDocumentScrollViewer.cs
- XdrBuilder.cs
- EventManager.cs
- CustomTypeDescriptor.cs
- DataKey.cs
- UIElement3D.cs
- TransformerInfo.cs
- ExpressionReplacer.cs
- QueryCreatedEventArgs.cs
- invalidudtexception.cs
- ScriptingAuthenticationServiceSection.cs
- MultiAsyncResult.cs
- HttpCookieCollection.cs
- UnsafePeerToPeerMethods.cs
- SourceSwitch.cs
- SynchronizedDispatch.cs
- SqlCaseSimplifier.cs
- ClientFormsIdentity.cs
- ChtmlCommandAdapter.cs
- TransactionFormatter.cs
- ArgumentDesigner.xaml.cs
- ScaleTransform3D.cs
- CrossAppDomainChannel.cs
- CssTextWriter.cs
- ListViewHitTestInfo.cs
- HttpHandlerAction.cs
- ToolStripSystemRenderer.cs
- CookielessData.cs
- SmiContextFactory.cs
- ResizeGrip.cs
- ZipPackage.cs
- ReachDocumentReferenceCollectionSerializer.cs
- ProfileSettingsCollection.cs
- _LoggingObject.cs
- RectAnimationClockResource.cs
- XmlDictionaryString.cs
- SafeFileMappingHandle.cs
- DataStorage.cs
- FixedFindEngine.cs
- Debugger.cs
- MultipleViewPattern.cs
- SystemNetworkInterface.cs
- SoapFault.cs
- WsiProfilesElementCollection.cs
- DataServiceQueryProvider.cs
- MediaContextNotificationWindow.cs
- FixedPosition.cs
- LineInfo.cs
- XPathExpr.cs
- AnimationStorage.cs
- SwitchElementsCollection.cs
- SharedStatics.cs
- ToolStripComboBox.cs
- TextureBrush.cs
- FormsAuthenticationUser.cs
- EventSource.cs
- SelfIssuedTokenFactoryCredential.cs
- ApplicationSecurityManager.cs
- TableCellCollection.cs
- ParameterToken.cs
- FormsAuthenticationConfiguration.cs
- Empty.cs
- SmtpClient.cs
- EmbeddedMailObjectsCollection.cs
- TextSearch.cs
- WebPartCollection.cs