Пример #1
0
 static void n_Reset(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Network.ExponentialBackOff __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.ExponentialBackOff> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Reset();
 }
Пример #2
0
 static int n_GetRetryNumber(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Network.ExponentialBackOff __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.ExponentialBackOff> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.RetryNumber);
 }