コード例 #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <long[, , , ]> GetLongAsync()
        {
            BRequest_RemoteArrayTypes4dim_getLong req = new BRequest_RemoteArrayTypes4dim_getLong();
            Task <long[, , , ]> task = Task <long[, , , ]> .Factory.FromAsync(transport.BeginSend <long[, , , ]>, transport.EndSend <long[, , , ]>, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
コード例 #3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<long[,,,]> GetLongAsync(){
			BRequest_RemoteArrayTypes4dim_getLong req = new BRequest_RemoteArrayTypes4dim_getLong();			
			Task<long[,,,]> task = Task<long[,,,]>.Factory.FromAsync(transport.BeginSend<long[,,,]>, transport.EndSend<long[,,,]>, req, null);
			return await task;
		}
コード例 #4
0
		public virtual void GetLong(BAsyncResult<long[,,,]> asyncResult) {
			BRequest_RemoteArrayTypes4dim_getLong req = new BRequest_RemoteArrayTypes4dim_getLong();			
			transport.sendMethod(req, asyncResult);
		}
コード例 #5
0
        public virtual void GetLong(BAsyncResult <long[, , , ]> asyncResult)
        {
            BRequest_RemoteArrayTypes4dim_getLong req = new BRequest_RemoteArrayTypes4dim_getLong();

            transport.sendMethod(req, asyncResult);
        }