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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET