Apache Ignite.NET
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 NApache
 NIgnite
 NCoreIgnite APIs.
 NBinaryIgnite Binary Objects API classes.
 NCacheMain Data Grid APIs.
 NClusterCluster-related classes.
 NCommonCommon Ignite types.
 NCommunication
 NComputeCompute Grid functionality.
 NDatastreamIgnite Streamer classes.
 NDataStructuresDistributed data structures.
 NDiscovery
 NEventsEvent Subscription functionality together with various events emitted by Ignite.
 NInterop
 NLifecycleLifecycle-related classes.
 NMessagingTopic-based Messaging functionality.
 NResourceAttributes to inject resources into user-defined code such as tasks, jobs, entry processors.
 NServicesManaged Services APIs.
 NTransactionsTransaction-related classes.
 CIgniteConfigurationGrid configuration.
 CIgniteConfigurationSectionIgnite configuration section for app.config and web.config files.
 CIgnitionThis class defines a factory for the main Ignite API. Use Start() method to start Ignite with default configuration. All members are thread-safe and may be used concurrently from multiple threads.
 CIIgniteMain entry point for all Ignite APIs. You can obtain an instance of IGrid through Ignition.GetIgnite(), or for named grids you can use Ignition.GetIgnite(string). Note that you can have multiple instances of IGrid running in the same process by giving each instance a different name. All members are thread-safe and may be used concurrently from multiple threads.