You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function calls are typically dispatched in response to a trigger or event, for example when an HTTP request is received, or for each
message in a message queue.
A function call can be dispatched using the Dispatch method on Dispatch functions, which accepts an input argument.
For example, given the following function that converts an integer to a string:
This submits a function call to the Dispatch cloud service, which coordinates the execution of the function.
The function is executed asynchronously.
The Dispatch method returns a globally unique identifier for the function call for observability purposes.
If the function call could not be dispatched, an error is returned instead.