Beispiel #1
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InResponse> RealInventoryQueryResponse_InAsync(Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQuery_sync RealInventoryQuery_sync)
 {
     Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest();
     inValue.RealInventoryQuery_sync = RealInventoryQuery_sync;
     return(((Eland.NRSM.Template.MANAGEREALINVENTORYIN.ManageRealInventoryIn)(this)).RealInventoryQueryResponse_InAsync(inValue));
 }
Beispiel #2
0
 public Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryResponse_sync RealInventoryQueryResponse_In(Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQuery_sync RealInventoryQuery_sync)
 {
     Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest();
     inValue.RealInventoryQuery_sync = RealInventoryQuery_sync;
     Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InResponse retVal = ((Eland.NRSM.Template.MANAGEREALINVENTORYIN.ManageRealInventoryIn)(this)).RealInventoryQueryResponse_In(inValue);
     return(retVal.RealInventoryResponse_sync);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InResponse> Eland.NRSM.Template.MANAGEREALINVENTORYIN.ManageRealInventoryIn.RealInventoryQueryResponse_InAsync(Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest request)
 {
     return(base.Channel.RealInventoryQueryResponse_InAsync(request));
 }
Beispiel #4
0
 Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InResponse Eland.NRSM.Template.MANAGEREALINVENTORYIN.ManageRealInventoryIn.RealInventoryQueryResponse_In(Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest request)
 {
     return(base.Channel.RealInventoryQueryResponse_In(request));
 }