Skip to content

无法使用 #19

@chenlijunaaaa

Description

@chenlijunaaaa

代码为:

NebulaConnection graphClient = new NebulaConnection();
            await graphClient.OpenAsync("10.0.0.1", 9669);
            var authResponse = await graphClient.AuthenticateAsync("root", "12345");
            var executionResponse = await graphClient.ExecuteAsync(authResponse.Session_id, "LOOKUP ON IQALOG YIELD IQALOG.ID AS ID,IQALOG.NAME AS NAME;").ToListAsync<TestDto>();
            await graphClient.SignOutAsync(authResponse.Session_id);
            return executionResponse;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions