RusticiSoftware / SCORMCloud_NetLibrary

A C# library to assist in the integration of the SCORM Cloud service into .Net 2.0+ applications.
http://scorm.com/scorm-solved/scorm-cloud/develop-a-scorm-cloud-app/
Other
11 stars 22 forks source link

DispatchService #1

Closed bvanskiver closed 12 years ago

bvanskiver commented 12 years ago

I have written a class to handle dispatch and destination management through the DispatchService per the specification here http://cloud.scorm.com/doc/web-services/api.html#DispatchService. I'm not sure if this was left out of the original code base intentionally or not, but I had a need for it so thought I would share. I have lightly tested each method.

ghost commented 12 years ago

Merged. Many thanks Bernd!

bvanskiver commented 12 years ago

Hopefully it will be of use to someone else as well. Sorry for the project file break - I did the development in VS2010 and am new to Git - the combo caused me to commit changes I didn't intend to.