Edit

Share via


SendActivity.AfterResponse Event

Definition

Occurs after the response has been received from the service.

public:
 event EventHandler<System::Workflow::Activities::SendActivityEventArgs ^> ^ AfterResponse;
[System.ComponentModel.Browsable(true)]
public event EventHandler<System.Workflow.Activities.SendActivityEventArgs> AfterResponse;
[<System.ComponentModel.Browsable(true)>]
member this.AfterResponse : EventHandler<System.Workflow.Activities.SendActivityEventArgs> 
Public Custom Event AfterResponse As EventHandler(Of SendActivityEventArgs) 

Event Type

Attributes

Remarks

This event handler associated with this event can be used to read the return value from the service operation invoked.

Applies to