ElfsquadDataClient.InvokeFunctionAsync 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.
Invoke function
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.InvokeFunctionResponse> InvokeFunctionAsync(string pathOfTheFunction, Azure.Connectors.Sdk.ElfsquadData.Models.InvokeFunctionInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member InvokeFunctionAsync : string * Azure.Connectors.Sdk.ElfsquadData.Models.InvokeFunctionInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.InvokeFunctionResponse>
override this.InvokeFunctionAsync : string * Azure.Connectors.Sdk.ElfsquadData.Models.InvokeFunctionInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.InvokeFunctionResponse>
Public Overridable Function InvokeFunctionAsync (pathOfTheFunction As String, input As InvokeFunctionInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InvokeFunctionResponse)
Parameters
- pathOfTheFunction
- String
Path of the function
- input
- InvokeFunctionInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Invoke function response.
Remarks
Invoke function