WorkflowWebService.Invoke(Type, String, Boolean, Object[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用相關聯的工作流程並擷取回應。
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()
參數
- interfaceType
- Type
介面的型別。
- methodName
- String
方法的名稱。
- isActivation
- Boolean
指出 Web 服務是否啟動工作流程。
- parameters
- Object[]
由 methodName
所指定之方法的參數。
傳回
- Object[]
由 Web 服務傳回的物件。