Beispiel #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <short[, , , ]> GetShortAsync()
        {
            BRequest_RemoteArrayTypes4dim_getShort req = new BRequest_RemoteArrayTypes4dim_getShort();
            Task <short[, , , ]> task = Task <short[, , , ]> .Factory.FromAsync(transport.BeginSend <short[, , , ]>, transport.EndSend <short[, , , ]>, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<short[,,,]> GetShortAsync(){
			BRequest_RemoteArrayTypes4dim_getShort req = new BRequest_RemoteArrayTypes4dim_getShort();			
			Task<short[,,,]> task = Task<short[,,,]>.Factory.FromAsync(transport.BeginSend<short[,,,]>, transport.EndSend<short[,,,]>, req, null);
			return await task;
		}
		public virtual void GetShort(BAsyncResult<short[,,,]> asyncResult) {
			BRequest_RemoteArrayTypes4dim_getShort req = new BRequest_RemoteArrayTypes4dim_getShort();			
			transport.sendMethod(req, asyncResult);
		}
Beispiel #5
0
        public virtual void GetShort(BAsyncResult <short[, , , ]> asyncResult)
        {
            BRequest_RemoteArrayTypes4dim_getShort req = new BRequest_RemoteArrayTypes4dim_getShort();

            transport.sendMethod(req, asyncResult);
        }