CallAutomationEventParser.ParseMany 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.
Overloads
ParseMany(CloudEvent[]) |
Parsing CallAutomation events from an array of CloudEvent. |
ParseMany(BinaryData) |
Parsing CallAutomation events from BinaryData. |
ParseMany(CloudEvent[])
- Source:
- CallAutomationEventParser.cs
- Source:
- CallAutomationEventParser.cs
Parsing CallAutomation events from an array of CloudEvent.
public static Azure.Communication.CallAutomation.CallAutomationEventBase[] ParseMany (Azure.Messaging.CloudEvent[] cloudEvents);
static member ParseMany : Azure.Messaging.CloudEvent[] -> Azure.Communication.CallAutomation.CallAutomationEventBase[]
Public Shared Function ParseMany (cloudEvents As CloudEvent()) As CallAutomationEventBase()
Parameters
- cloudEvents
- CloudEvent[]
Returns
An array of CallAutomationEventBase object.
Applies to
ParseMany(BinaryData)
- Source:
- CallAutomationEventParser.cs
- Source:
- CallAutomationEventParser.cs
Parsing CallAutomation events from BinaryData.
public static Azure.Communication.CallAutomation.CallAutomationEventBase[] ParseMany (BinaryData json);
static member ParseMany : BinaryData -> Azure.Communication.CallAutomation.CallAutomationEventBase[]
Public Shared Function ParseMany (json As BinaryData) As CallAutomationEventBase()
Parameters
- json
- BinaryData
events json in BinaryData format.
Returns
An array of CallAutomationEventBase object.
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