Partager via


EventGridModelFactory.AcsIncomingCallCustomContext Méthode

Définition

Initialise une nouvelle instance d’AcsIncomingCallCustomContext.

public static Azure.Messaging.EventGrid.SystemEvents.AcsIncomingCallCustomContext AcsIncomingCallCustomContext (System.Collections.Generic.IReadOnlyDictionary<string,string> sipHeaders = default, System.Collections.Generic.IReadOnlyDictionary<string,string> voipHeaders = default);
static member AcsIncomingCallCustomContext : System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AcsIncomingCallCustomContext
Public Shared Function AcsIncomingCallCustomContext (Optional sipHeaders As IReadOnlyDictionary(Of String, String) = Nothing, Optional voipHeaders As IReadOnlyDictionary(Of String, String) = Nothing) As AcsIncomingCallCustomContext

Paramètres

sipHeaders
IReadOnlyDictionary<String,String>

En-têtes Sip pour les appels entrants.

voipHeaders
IReadOnlyDictionary<String,String>

En-têtes voip pour les appels entrants.

Retours

Une nouvelle AcsIncomingCallCustomContext instance pour se moquer.

S’applique à