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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET