Interface IRemoteConnection
A simple abstraction of a "connection" to a "server".
Namespace: Gremlin.Net.Process.Remote
Assembly: cs.temp.dll.dll
Syntax
public interface IRemoteConnection
Methods
SubmitAsync<S, E>(Bytecode)
Submits
Declaration
Task<ITraversal<S, E>> SubmitAsync<S, E>(Bytecode bytecode)
Parameters
Type | Name | Description |
---|---|---|
Bytecode | bytecode | The |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ITraversal<S, E>> | The |
Type Parameters
Name | Description |
---|---|
S | |
E |