示例#1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task ThrowLastExceptionAsync()
        {
            BRequest_RemoteStreams_throwLastException req = new BRequest_RemoteStreams_throwLastException();
            Task <Object> task = Task <Object> .Factory.FromAsync(transport.BeginSend <Object>, transport.EndSend <Object>, req, null);

            await task;
        }
示例#2
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_RemoteStreams_throwLastException obj = (BRequest_RemoteStreams_throwLastException)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemoteStreams_throwLastException()));

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
示例#3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task ThrowLastExceptionAsync(){
			BRequest_RemoteStreams_throwLastException req = new BRequest_RemoteStreams_throwLastException();			
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
示例#4
0
        public virtual void ThrowLastException(BAsyncResult <Object> asyncResult)
        {
            BRequest_RemoteStreams_throwLastException req = new BRequest_RemoteStreams_throwLastException();

            transport.sendMethod(req, asyncResult);
        }
示例#5
0
		public virtual void ThrowLastException(BAsyncResult<Object> asyncResult) {
			BRequest_RemoteStreams_throwLastException req = new BRequest_RemoteStreams_throwLastException();			
			transport.sendMethod(req, asyncResult);
		}