Exemple #1
0
 static void n_SetResponseCallBack_Lcom_liveperson_messaging_commands_tasks_BaseAmsSocketConnectionCallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Messaging.Network.Socket.Requests.QueryMessagesRequest    __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Socket.Requests.QueryMessagesRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Messaging.Commands.Tasks.IBaseAmsSocketConnectionCallback p0     = (global::Com.Liveperson.Messaging.Commands.Tasks.IBaseAmsSocketConnectionCallback)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Commands.Tasks.IBaseAmsSocketConnectionCallback> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetResponseCallBack(p0);
 }