Show / Hide Table of Contents

Class ScriptRequestMessage

Represents a script request message to send to a Gremlin Server.

Inheritance
System.Object
RequestMessage
ScriptRequestMessage
Inherited Members
RequestMessage.RequestId
RequestMessage.Operation
RequestMessage.Processor
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:Gremlin.Net.Messages
Assembly:Gremlin.Net.dll
Syntax
public class ScriptRequestMessage : RequestMessage

Constructors

| Improve this Doc View Source

ScriptRequestMessage()

Initializes a new instance of the ScriptRequestMessage class.

Declaration
public ScriptRequestMessage()

Properties

| Improve this Doc View Source

Arguments

Gets or sets parameters for this ScriptRequestMessage to pass to Gremlin Server.

Declaration
[JsonProperty(PropertyName = "args")]
public ScriptRequestArguments Arguments { get; set; }
Property Value
Type Description
ScriptRequestArguments
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX