Playing with async support

25 views
Skip to first unread message

Tatham Oddie

unread,
Oct 22, 2012, 12:16:45 AM10/22/12
to neo4j...@googlegroups.com

If your project is in .NET 4.5, this now works:

 

var node = await client

    .Cypher

    .Start("foo", (NodeReference)625)

    .Return<NamedNode>("foo")

    .ResultsAsync;

Console.WriteLine(node.Single().Name);

 

Yay!

 

Raise issues on our BitBucket page for what does/doesn’t work for you.

 

 

-- Tatham

Reply all
Reply to author
Forward
0 new messages