Archived

This forum has been archived. Please start a new discussion on GitHub.

Stormbase in C#

I wanated to use the Stormbase class in C#. Is this possible? I cant seem to find the class in C#.

Comments

  • There is no class called "Stormbase" in Ice. Are you asking whether you can use IceStorm with Ice for C#? If so, the answer is yes. All you need to do is compile the Slice definitions in ice/slice/IceStorm with slice2cs (use the --ice option). Your IceStorm clients and servers can then be written in C# and use the C++ implementation of the IceStorm service.

    Cheers,

    Michi.