Esempio n. 1
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<ISet<short>> GetShort1Async(){
			BRequest_RemoteSetTypes_getShort1 req = new BRequest_RemoteSetTypes_getShort1();			
			Task<ISet<short>> task = Task<ISet<short>>.Factory.FromAsync(transport.BeginSend<ISet<short>>, transport.EndSend<ISet<short>>, req, null);
			return await task;
		}
Esempio n. 2
0
		public virtual void GetShort1(BAsyncResult<ISet<short>> asyncResult) {
			BRequest_RemoteSetTypes_getShort1 req = new BRequest_RemoteSetTypes_getShort1();			
			transport.sendMethod(req, asyncResult);
		}