예제 #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <String> GrowAsync()
        {
            BRequest_PlantService_grow req = new BRequest_PlantService_grow();
            Task <String> task             = Task <String> .Factory.FromAsync(transport.BeginSend <String>, transport.EndSend <String>, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
예제 #3
0
        public virtual void Grow(BAsyncResult <String> asyncResult)
        {
            BRequest_PlantService_grow req = new BRequest_PlantService_grow();

            transport.sendMethod(req, asyncResult);
        }
예제 #4
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<String> GrowAsync(){
			BRequest_PlantService_grow req = new BRequest_PlantService_grow();			
			Task<String> task = Task<String>.Factory.FromAsync(transport.BeginSend<String>, transport.EndSend<String>, req, null);
			return await task;
		}
예제 #5
0
		public virtual void Grow(BAsyncResult<String> asyncResult) {
			BRequest_PlantService_grow req = new BRequest_PlantService_grow();			
			transport.sendMethod(req, asyncResult);
		}