Starting the SDK

Before performing operations, start the SDK.

  1. Create an error message store for the following:
    NetEspError error = new NetEspError();
  2. Get an instance of the .NET SDK and invoke the start method:
    NetEspSdk s_sdk = NetEspSdk.get_sdk();
    s_sdk.start(espError);