Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

ISyncObserver has an IntPtr IJavaObject.Handle member that is not mentioned in the API reference. I have it set like this in my class that inherits from ISyncObserver: IntPtr IJavaObject.Handle => throw new NotImplementedException(); When I set the SyncParms.SyncObserver member property I get an exception "The member or operation is not implemented." I'm kind of banging my head against the wall with this one big time. Like I said it is not mentioned as a member at https://uacp2.hana.ondemand.com/doc/6012a420a7cf44d38f22bf1b24d7d217/17.0/en-US/9f5974dfa7d310148890ec3089ac1843.html

asked 07 Jul '17, 13:16

BESpring's gravatar image

BESpring
141141421
accept rate: 20%


Not sooner than I created this I solved the problem. It's a property. I didn't get that from intellisense - IntPtr IJavaObject Handle {get;} is the correct usage

permanent link

answered 07 Jul '17, 13:24

BESpring's gravatar image

BESpring
141141421
accept rate: 20%

This must be generated by Xamarin as I do not see any such item defined in the UltraLiteJ code.

(07 Jul '17, 14:53) Chris Keating
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×84
×72
×36

question asked: 07 Jul '17, 13:16

question was seen: 1,631 times

last updated: 07 Jul '17, 14:53