SDK
SDK C# v2.x
2

Kuzzle #

The Kuzzle class is the main class of the SDK. Once instantiated, it represents a connection to your Kuzzle server.

It gives access to the different features of the SDKs:

  • access to the available controllers
  • SDK events handling
  • resilience to connection loss
  • network request queue management

Namespace #

You must include the following namespace:

using KuzzleSdk;

Properties #

PropertyType
(default)
Descriptionwritable
AuthenticationToken
string

(null)
Authentication token used for API requestsyes
AutoRecover
bool

(false)
Queue requests when network is down and automatically replay them when the SDK successfully reconnectsyes
EventHandler
EventHandler
KuzzleEventHandler instance used for event managementno

| InstanceId |

string
| SDK instance unique identifier (send in the Volatile data) | no | | MaxQueueSize |
int