CallAutomationEventParser Class
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.
Helper class for parsing Acs call back events.
public static class CallAutomationEventParser
type CallAutomationEventParser = class
Public Class CallAutomationEventParser
- Inheritance
-
CallAutomationEventParser
Methods
Parse(BinaryData) |
Parsing a CallAutomation event from BinaryData. |
Parse(CloudEvent) |
Parsing a CallAutomation event from a CloudEvent. |
Parse(String, String) |
Parsing a CallAutomation event given the data and event type of the payload. |
ParseMany(BinaryData) |
Parsing CallAutomation events from BinaryData. |
ParseMany(CloudEvent[]) |
Parsing CallAutomation events from an array of CloudEvent. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET