Class ScriptRequestMessage
Represents a script request message to send to a Gremlin Server.
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:Gremlin.Net.Messages
Assembly:Gremlin.Net.dll
Syntax
public class ScriptRequestMessage : RequestMessage
Constructors
| Improve this Doc View SourceScriptRequestMessage()
Initializes a new instance of the ScriptRequestMessage class.
Declaration
public ScriptRequestMessage()
Properties
| Improve this Doc View SourceArguments
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 |