O
oedev
Guest
Hi, I'm looking at integrating our Openedge 10.2B application with PubNub (www.pubnub.com). PubNub provides a number of SDK's (http://www.pubnub.com/developers/), unsurprisingly there is nothing for Openedge. I'm trying to convert a C# example to Openedge, but cannot work out how to implement a call to the following method; METHOD PUBLIC FINAL logical Publish (channel AS character, message AS CLASS System.Object, userCallback AS CLASS "System.Action System.Object ", errorCallback AS CLASS "System.Action PubNubMessaging.Core.PubnubClientError ") Fine with channel and message. However, the how do I implement the 2 callback methods ? Tried putting method names in their place but that does not work. Thanks!
Continue reading...
Continue reading...