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

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Example #3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<ISet<String>> GetString1Async(){
			BRequest_RemoteSetTypes_getString1 req = new BRequest_RemoteSetTypes_getString1();			
			Task<ISet<String>> task = Task<ISet<String>>.Factory.FromAsync(transport.BeginSend<ISet<String>>, transport.EndSend<ISet<String>>, req, null);
			return await task;
		}
Example #4
0
		public virtual void GetString1(BAsyncResult<ISet<String>> asyncResult) {
			BRequest_RemoteSetTypes_getString1 req = new BRequest_RemoteSetTypes_getString1();			
			transport.sendMethod(req, asyncResult);
		}
Example #5
0
        public virtual void GetString1(BAsyncResult <ISet <String> > asyncResult)
        {
            BRequest_RemoteSetTypes_getString1 req = new BRequest_RemoteSetTypes_getString1();

            transport.sendMethod(req, asyncResult);
        }