WorkflowWebService.Invoke(Type, String, Boolean, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the associated workflow and retrieves the response.
protected:
cli::array <System::Object ^> ^ Invoke(Type ^ interfaceType, System::String ^ methodName, bool isActivation, cli::array <System::Object ^> ^ parameters);
protected object[] Invoke (Type interfaceType, string methodName, bool isActivation, object[] parameters);
member this.Invoke : Type * string * bool * obj[] -> obj[]
Protected Function Invoke (interfaceType As Type, methodName As String, isActivation As Boolean, parameters As Object()) As Object()
Parameters
- interfaceType
- Type
The type of the interface.
- methodName
- String
The name of the method.
- isActivation
- Boolean
Indicates whether the Web service activates the workflow.
- parameters
- Object[]
The parameters of the method specified by methodName
.
Returns
Object[]
The object returned by the Web service.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.