Show / Hide Table of Contents

    Class FutureResponse

    Handles asynchronous responses

    Inheritance
    System.Object
    FutureResponse
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.ActiveMQ.Transport
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class FutureResponse

    Properties

    | Improve this Doc View Source

    Response

    Declaration
    public Response Response { get; set; }
    Property Value
    Type Description
    Response
    | Improve this Doc View Source

    ResponseTimeout

    Declaration
    public TimeSpan ResponseTimeout { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX