示例#1
0
 public static int GetCommHistory(this IEpos2CommBox This, Epos2GetCommHistoryDelegate @delegate)
 {
     if (@delegate == null)
     {
         throw new ArgumentNullException("@delegate");
     }
     return(global::ApiDefinition.Messaging.int_objc_msgSend_IntPtr(This.Handle, Selector.GetHandle("getCommHistory:"), @delegate.Handle));
 }
示例#2
0
 public virtual int GetCommHistory(Epos2GetCommHistoryDelegate @delegate)
 {
     if (@delegate == null)
     {
         throw new ArgumentNullException("@delegate");
     }
     if (IsDirectBinding)
     {
         return(global::ApiDefinition.Messaging.int_objc_msgSend_IntPtr(this.Handle, Selector.GetHandle("getCommHistory:"), @delegate.Handle));
     }
     else
     {
         return(global::ApiDefinition.Messaging.int_objc_msgSendSuper_IntPtr(this.SuperHandle, Selector.GetHandle("getCommHistory:"), @delegate.Handle));
     }
 }