CallAutomationModelFactory.ResultInformation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de ResultInformation.
public static Azure.Communication.CallAutomation.ResultInformation ResultInformation (int? code = default, int? subCode = default, string message = default);
static member ResultInformation : Nullable<int> * Nullable<int> * string -> Azure.Communication.CallAutomation.ResultInformation
Public Shared Function ResultInformation (Optional code As Nullable(Of Integer) = Nothing, Optional subCode As Nullable(Of Integer) = Nothing, Optional message As String = Nothing) As ResultInformation
Paramètres
Code du résultat actuel. Cela peut être utile pour appeler l’équipe d’automatisation pour résoudre le problème si ce résultat était inattendu.
Sous-code du résultat actuel. Cela peut être utile pour appeler l’équipe d’automatisation pour résoudre le problème si ce résultat était inattendu.
- message
- String
Message détaillé qui décrit le résultat actuel.
Retours
Une nouvelle ResultInformation instance pour se moquer.
S’applique à
Azure SDK for .NET