// 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); }
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); }
public virtual void Grow(BAsyncResult <String> asyncResult) { BRequest_PlantService_grow req = new BRequest_PlantService_grow(); transport.sendMethod(req, asyncResult); }
// 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; }
public virtual void Grow(BAsyncResult<String> asyncResult) { BRequest_PlantService_grow req = new BRequest_PlantService_grow(); transport.sendMethod(req, asyncResult); }