ExtensionBinding.ProcessResult 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.
public virtual void ProcessResult (System.Collections.Generic.IDictionary<string,object> functionArguments, object[] systemArguments, string triggerInputName, object result);
abstract member ProcessResult : System.Collections.Generic.IDictionary<string, obj> * obj[] * string * obj -> unit
override this.ProcessResult : System.Collections.Generic.IDictionary<string, obj> * obj[] * string * obj -> unit
Public Overridable Sub ProcessResult (functionArguments As IDictionary(Of String, Object), systemArguments As Object(), triggerInputName As String, result As Object)
Parameters
- functionArguments
- IDictionary<String,Object>
- systemArguments
- Object[]
- triggerInputName
- String
- result
- Object