Ejemplo n.º 1
0
        ///<summary>
        /// Asynchronous invoker for  'BusinessLogic.IJokeContract.UnsecEchoMar'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning no exception or WrappedExceptionData instance.
        /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
        ///</summary>
        public CallSlot Async_UnsecEchoMar(@System.@String @text)
        {
            var request = new @BusinessLogic.@RequestMsg_IJokeContract_UnsecEchoMar(s_ts_CONTRACT, @s_ms_UnsecEchoMar_2, false, RemoteInstance)
            {
                MethodArg_0_text = @text,
            };

            return(DispatchCall(request));
        }
Ejemplo n.º 2
0
 ///<summary>
 /// Asynchronous invoker for  'BusinessLogic.IJokeContract.UnsecEchoMar'.
 /// This is a two-way call per contract specification, meaning - the server sends the result back either
 ///  returning no exception or RemoteExceptionData instance.
 /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
 ///</summary>
 public CallSlot Async_UnsecEchoMar(@System.@String  @text)
 {
     var request = new @BusinessLogic.@RequestMsg_IJokeContract_UnsecEchoMar(s_ts_CONTRACT, @s_ms_UnsecEchoMar_2, false, RemoteInstance)
     {
        MethodArg_0_text = @text,
     };
     return DispatchCall(request);
 }