InvokeWebServiceActivity.Invoked Event

Definition

Occurs when the Web service is invoked.

public:
 event EventHandler<System::Workflow::Activities::InvokeWebServiceEventArgs ^> ^ Invoked;
public event EventHandler<System.Workflow.Activities.InvokeWebServiceEventArgs> Invoked;
member this.Invoked : EventHandler<System.Workflow.Activities.InvokeWebServiceEventArgs> 
Public Custom Event Invoked As EventHandler(Of InvokeWebServiceEventArgs) 

Event Type

Applies to

See also