コード例 #1
0
        ///<summary>
        /// Asynchronous invoker for  'NFX.NUnit.Glue.ITestContractB.GetName'.
        /// 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_GetNameMar(@System.@Int32 @id)
        {
            var request = new RequestMsg_ITestContractB_GetNameMar(s_ts_CONTRACT, @s_ms_GetNameMar_100, false, RemoteInstance)
            {
                MethodArg_0_id = id
            };

            return(DispatchCall(request));
        }
コード例 #2
0
ファイル: TestObjects_B.cs プロジェクト: itadapter/nfx
 ///<summary>
 /// Asynchronous invoker for  'NFX.NUnit.Glue.ITestContractB.GetName'.
 /// 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_GetNameMar(@System.@Int32  @id)
 {
     var request = new RequestMsg_ITestContractB_GetNameMar(s_ts_CONTRACT, @s_ms_GetNameMar_100, false, RemoteInstance)
     {
       MethodArg_0_id = id
     };
     return DispatchCall(request);
 }