C# 클래스 Neo4jClient.GraphClientFactory

상속: IGraphClientFactory
파일 보기 프로젝트 열기: Readify/Neo4jClient

공개 메소드들

메소드 설명
Create ( ) : IGraphClient
Create ( IHttpClient httpClient ) : IGraphClient
GraphClientFactory ( NeoServerConfiguration configuration ) : System

메소드 상세

Create() 공개 메소드

public Create ( ) : IGraphClient
리턴 IGraphClient

Create() 공개 메소드

public Create ( IHttpClient httpClient ) : IGraphClient
httpClient IHttpClient
리턴 IGraphClient

GraphClientFactory() 공개 메소드

public GraphClientFactory ( NeoServerConfiguration configuration ) : System
configuration NeoServerConfiguration
리턴 System