}}
    Show / Hide Table of Contents

    Class DeliveryResponse

    Inheritance
    object
    APIResponse
    MessageResponse
    DeliveryResponse
    Inherited Members
    MessageResponse.getReport()
    APIResponse.getHTTPStatusCode()
    APIResponse.getRequestHandShake()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Zenoph.Notify.Response
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("65A1E92A-92B5-40E7-92F6-2023D3CD4569")]
    public sealed class DeliveryResponse : MessageResponse

    Methods

    getInvalidDestinations()

    Declaration
    [ComVisible(true)]
    public List<string> getInvalidDestinations()
    Returns
    Type Description
    List<string>
    Back to top