예제 #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <byps.test.api.refs.Node> GetNodeAsync()
        {
            BRequest_RemoteReferences_getNode req  = new BRequest_RemoteReferences_getNode();
            Task <byps.test.api.refs.Node>    task = Task <byps.test.api.refs.Node> .Factory.FromAsync(transport.BeginSend <byps.test.api.refs.Node>, transport.EndSend <byps.test.api.refs.Node>, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
예제 #3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<byps.test.api.refs.Node> GetNodeAsync(){
			BRequest_RemoteReferences_getNode req = new BRequest_RemoteReferences_getNode();			
			Task<byps.test.api.refs.Node> task = Task<byps.test.api.refs.Node>.Factory.FromAsync(transport.BeginSend<byps.test.api.refs.Node>, transport.EndSend<byps.test.api.refs.Node>, req, null);
			return await task;
		}
예제 #4
0
		public virtual void GetNode(BAsyncResult<byps.test.api.refs.Node> asyncResult) {
			BRequest_RemoteReferences_getNode req = new BRequest_RemoteReferences_getNode();			
			transport.sendMethod(req, asyncResult);
		}
예제 #5
0
        public virtual void GetNode(BAsyncResult <byps.test.api.refs.Node> asyncResult)
        {
            BRequest_RemoteReferences_getNode req = new BRequest_RemoteReferences_getNode();

            transport.sendMethod(req, asyncResult);
        }