static void n_Schedule_J(IntPtr jnienv, IntPtr native__this, long delayInMilliseconds)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.ScheduledExecutorPingSender __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.ScheduledExecutorPingSender> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Schedule(delayInMilliseconds);
 }
 static void n_Init_Lorg_eclipse_paho_client_mqttv3_internal_ClientComms_(IntPtr jnienv, IntPtr native__this, IntPtr native_comms)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.ScheduledExecutorPingSender __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.ScheduledExecutorPingSender> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.ClientComms        comms  = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.ClientComms> (native_comms, JniHandleOwnership.DoNotTransfer);
     __this.Init(comms);
 }