Beispiel #1
0
        /** <inheritdoc /> */
        public IgniteConfiguration GetConfiguration()
        {
            using (var stream = IgniteManager.Memory.Allocate(1024).GetStream())
            {
                UU.ProcessorGetIgniteConfiguration(_proc, stream.MemoryPointer);

                stream.SynchronizeInput();

                return(new IgniteConfiguration(BinaryUtils.Marshaller.StartUnmarshal(stream), _cfg));
            }
        }