Class InvokeCompletedEventArgs
Inheritance
System.Object
InvokeCompletedEventArgs
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class InvokeCompletedEventArgs : AsyncCompletedEventArgs
Properties
Outputs
Declaration
public IDictionary<string, object> Outputs { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
|