Exemple #1
0
            public CompanyInfo end_GetCompanyInfo(global::Ice.AsyncResult asyncResult)
            {
                var resultI_  = global::IceInternal.AsyncResultI.check(asyncResult, this, _GetCompanyInfo_name);
                var outgoing_ = (global::IceInternal.OutgoingAsyncT <CompanyInfo>)resultI_.OutgoingAsync;

                return(outgoing_.getResult(resultI_.wait()));
            }
Exemple #2
0
        public string end_name(global::Ice.AsyncResult asyncResult)
        {
            var resultI_  = global::IceInternal.AsyncResultI.check(asyncResult, this, _name_name);
            var outgoing_ = (global::IceInternal.OutgoingAsyncT <string>)resultI_.OutgoingAsync;

            return(outgoing_.getResult(resultI_.wait()));
        }
Exemple #3
0
        public OperationResult end_PerformActionEx(global::Ice.AsyncResult asyncResult)
        {
            var resultI_  = global::IceInternal.AsyncResultI.check(asyncResult, this, _PerformActionEx_name);
            var outgoing_ = (global::IceInternal.OutgoingAsyncT <OperationResult>)resultI_.OutgoingAsync;

            return(outgoing_.getResult(resultI_.wait()));
        }
        public bool end_SendMaterials(global::Ice.AsyncResult asyncResult)
        {
            var resultI_  = global::IceInternal.AsyncResultI.check(asyncResult, this, _SendMaterials_name);
            var outgoing_ = (global::IceInternal.OutgoingAsyncT <bool>)resultI_.OutgoingAsync;

            return(outgoing_.getResult(resultI_.wait()));
        }
Exemple #5
0
        public string end_op(out string sout, global::Ice.AsyncResult asyncResult)
        {
            var resultI_  = global::IceInternal.AsyncResultI.check(asyncResult, this, _op_name);
            var outgoing_ = (global::IceInternal.OutgoingAsyncT <Printer_OpResult>)resultI_.OutgoingAsync;
            var result_   = outgoing_.getResult(resultI_.wait());

            sout = result_.sout;
            return(result_.returnValue);
        }
Exemple #6
0
        public void end_printString(global::Ice.AsyncResult asyncResult)
        {
            var resultI_ = global::IceInternal.AsyncResultI.check(asyncResult, this, _printString_name);

            ((global::IceInternal.OutgoingAsyncT <object>)resultI_.OutgoingAsync).getResult(resultI_.wait());
        }
Exemple #7
0
        public void end_SendMessageToClient(global::Ice.AsyncResult asyncResult)
        {
            var resultI_ = global::IceInternal.AsyncResultI.check(asyncResult, this, _SendMessageToClient_name);

            ((global::IceInternal.OutgoingAsyncT <object>)resultI_.OutgoingAsync).getResult(resultI_.wait());
        }