Apache.Cassandra.Cassandra.Client.End_describe_token_map C# (CSharp) Method

End_describe_token_map() public method

public End_describe_token_map ( IAsyncResult asyncResult ) : string>.Dictionary
asyncResult IAsyncResult
return string>.Dictionary
      public Dictionary<string, string> End_describe_token_map(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_describe_token_map();
      }
Cassandra.Client