Re: continous query

2018-12-26 Thread Ilya Kasnacheev
Hello! Have you tried? Got any relevant errors? Can you share a sample project? Regards, -- Ilya Kasnacheev ср, 26 дек. 2018 г. в 12:39, Som Som <2av10...@gmail.com>: > hello. > > i would like to use labda expression for initial and remote filters of > continousquery. simething like this: > >

continous query

2018-12-26 Thread Som Som
hello. i would like to use labda expression for initial and remote filters of continousquery. simething like this: [Serializable] public class ScanQueryFilter3 :ICacheEntryFilter { private readonly Expression, bool>> _pdct; public ScanQueryFilter3(Expression, bool>>

Re: continous query remote filter issue

2018-08-09 Thread Ilya Kasnacheev
v10...@gmail.com>: >> >>> is there any information? >>> >>> -- Forwarded message - >>> From: Som Som <2av10...@gmail.com> >>> Date: ср, 8 авг. 2018 г., 16:46 >>> Subject: continous query remote filter issue >>&g

Re: continous query remote filter issue

2018-08-09 Thread Som Som
tion? >> >> -- Forwarded message - >> From: Som Som <2av10...@gmail.com> >> Date: ср, 8 авг. 2018 г., 16:46 >> Subject: continous query remote filter issue >> To: >> >> >> hello. >> >> It looks like peerAssembl

Re: continous query remote filter issue

2018-08-09 Thread Ilya Kasnacheev
message - > From: Som Som <2av10...@gmail.com> > Date: ср, 8 авг. 2018 г., 16:46 > Subject: continous query remote filter issue > To: > > > hello. > > It looks like peerAssemblyLoadingMode flag doesn’t work correctly in case > of CacheEntryEventFilter:

Fwd: continous query remote filter issue

2018-08-09 Thread Som Som
is there any information? -- Forwarded message - From: Som Som <2av10...@gmail.com> Date: ср, 8 авг. 2018 г., 16:46 Subject: continous query remote filter issue To: hello. It looks like peerAssemblyLoadingMode flag doesn’t work correctly in case of CacheEntryEventFilter:

continous query remote filter issue

2018-08-08 Thread Som Som
hello. It looks like peerAssemblyLoadingMode flag doesn’t work correctly in case of CacheEntryEventFilter: As an example: 1) This code works fine and I see “Hello world” on the server console. It means that HelloAction class was successfully transferred to server. class Program {

Re: remote filter of continous query.

2018-08-07 Thread Ilya Kasnacheev
>> >> Regards, >> >> -- >> Ilya Kasnacheev >> >> 2018-08-07 17:11 GMT+03:00 Som Som <2av10...@gmail.com>: >> >>> Hi. >>> >>> i'm trying to set up a remote filter for continous query using c# client >>> and i see an error on the console window of my server node: ...platforms >>> are not available... What could be the reason for that? >>> >> >>

Re: remote filter of continous query.

2018-08-07 Thread Som Som
n code remotely. > > You can probably even use Apache.Ignite.exe for that. > > Regards, > > -- > Ilya Kasnacheev > > 2018-08-07 17:11 GMT+03:00 Som Som <2av10...@gmail.com>: > >> Hi. >> >> i'm trying to set up a remote filter for contino

Re: remote filter of continous query.

2018-08-07 Thread Ilya Kasnacheev
Som <2av10...@gmail.com>: > Hi. > > i'm trying to set up a remote filter for continous query using c# client > and i see an error on the console window of my server node: ...platforms > are not available... What could be the reason for that? >

remote filter of continous query.

2018-08-07 Thread Som Som
Hi. i'm trying to set up a remote filter for continous query using c# client and i see an error on the console window of my server node: ...platforms are not available... What could be the reason for that?