Search Results for

    Show / Hide Table of Contents

    Class RemoteStrategy

    Reconstructs a by submitting it to a remote server via an IRemoteConnection instance.

    Inheritance
    System.Object
    RemoteStrategy
    Namespace: Gremlin.Net.Process.Remote
    Assembly: cs.temp.dll.dll
    Syntax
    public class RemoteStrategy : ITraversalStrategy

    Constructors

    RemoteStrategy(IRemoteConnection)

    Initializes a new instance of the RemoteStrategy class.

    Declaration
    public RemoteStrategy(IRemoteConnection remoteConnection)
    Parameters
    Type Name Description
    IRemoteConnection remoteConnection

    The IRemoteConnection that should be used.

    Methods

    Apply<S, E>(ITraversal<S, E>)

    Declaration
    public void Apply<S, E>(ITraversal<S, E> traversal)
    Parameters
    Type Name Description
    ITraversal<S, E> traversal
    Type Parameters
    Name Description
    S
    E

    ApplyAsync<S, E>(ITraversal<S, E>)

    Declaration
    public async Task ApplyAsync<S, E>(ITraversal<S, E> traversal)
    Parameters
    Type Name Description
    ITraversal<S, E> traversal
    Returns
    Type Description
    System.Threading.Tasks.Task
    Type Parameters
    Name Description
    S
    E
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation