Skip to content

cmccarrick/StatsMixNetLibrary20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatsMixNetLibrary20

Version to support the .Net 2.0 framework.

This version uses a version of the Mono library for JSON and RestSharp.

Here is an example to call using async in C# .Net 2.0.

If you do not neet async call one of the other methods directly.

Thread t = new Thread(submitJob);
t.Start();


private void submitJob()
    {

        Client smClient = new Client("API_KEY");
        smClient.trackasync("METRIC_NAME", 1);

    }

About

Version to support the .Net 2.0 framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages