// checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task VoidFunctionVoidAsync()
        {
            BRequest_RemotePrimitiveTypes_voidFunctionVoid req = new BRequest_RemotePrimitiveTypes_voidFunctionVoid();
            Task <Object> task = Task <Object> .Factory.FromAsync(transport.BeginSend <Object>, transport.EndSend <Object>, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
        public virtual void VoidFunctionVoid(BAsyncResult <Object> asyncResult)
        {
            BRequest_RemotePrimitiveTypes_voidFunctionVoid req = new BRequest_RemotePrimitiveTypes_voidFunctionVoid();

            transport.sendMethod(req, asyncResult);
        }
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task VoidFunctionVoidAsync(){
			BRequest_RemotePrimitiveTypes_voidFunctionVoid req = new BRequest_RemotePrimitiveTypes_voidFunctionVoid();			
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
		public virtual void VoidFunctionVoid(BAsyncResult<Object> asyncResult) {
			BRequest_RemotePrimitiveTypes_voidFunctionVoid req = new BRequest_RemotePrimitiveTypes_voidFunctionVoid();			
			transport.sendMethod(req, asyncResult);
		}