C# Class Neo4jClient.Execution.Request

显示文件 Open project: albumprinter/Neo4jClient

Public Methods

Method Description
With ( ExecutionConfiguration configuration, NameValueCollection customerHeaders = null, int maxExecutionTime = null ) : IRequestTypeBuilder

Method Details

With() public static method

public static With ( ExecutionConfiguration configuration, NameValueCollection customerHeaders = null, int maxExecutionTime = null ) : IRequestTypeBuilder
configuration ExecutionConfiguration
customerHeaders System.Collections.Specialized.NameValueCollection
maxExecutionTime int
return IRequestTypeBuilder