StatsGet()
Before calling the function make sure you have the Connector object initialized.
This Function is not been implemented yet
Function Call
StatsGet();
Example
Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.StatsGetResult Stats_Data = connect_.StatsGet();
Console.WriteLine(Stats_Data);
Output of Example
Output is printed via ObjectDumper
{StatsGetResult}
Status: {APIResponse}
Code: 2
Message: "Not Implemented: "
Stats: ...
Last updated
Was this helpful?