Search Results for

    Show / Hide Table of Contents

    Class ResponseResult<T>

    Represents the result as a response to a RequestMessage sent as part of a ResponseMessage<T> by the server.

    Inheritance
    System.Object
    ResponseResult<T>
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Driver.Messages
    Assembly: cs.temp.dll.dll
    Syntax
    public class ResponseResult<T>
    Type Parameters
    Name Description
    T

    The type of the Data.

    Properties

    Data

    Gets or sets the data of this result.

    Declaration
    public T Data { get; set; }
    Property Value
    Type Description
    T

    Meta

    Gets or sets meta data of this result.

    Declaration
    public Dictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    Dictionary<System.String, System.Object>
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation