}}
    Show / Hide Table of Contents

    Class VoiceReport

    Inheritance
    object
    MessageReport
    VoiceReport
    Inherited Members
    MessageReport.setCommonProperties(Dictionary<string, object>)
    MessageReport.getDestinations()
    MessageReport.getDestinationsCount()
    MessageReport.getBatchId()
    MessageReport.getCategory()
    MessageReport.isDeliveryReport()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Report
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("47601359-E014-4F51-B4CC-8A851E59F610")]
    public class VoiceReport : MessageReport

    Methods

    create(Dictionary<string, object>)

    Declaration
    public static VoiceReport create(Dictionary<string, object> data)
    Parameters
    Type Name Description
    Dictionary<string, object> data
    Returns
    Type Description
    VoiceReport
    Back to top