예제 #1
0
 public IMessageEvent(IMessageEvent rhs, bool needcopy)
     : this(rhs)
 {
     nonconst_need_copy = needcopy;
 }
예제 #2
0
 public IMessageEvent(IMessageEvent rhs, CreateFunction c)
     : this(rhs.message, rhs.connection_header, rhs.receipt_time, rhs.nonconst_need_copy, c)
 {
 }
 public ISubscriptionCallbackHelperCallParams(IMessageEvent e)
 {
     Event = e;
 }