Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

InvokeRemoteMethod – PB Docs 2022 – PowerBuilder Library

InvokeRemoteMethod – PB Docs 2022

InvokeRemoteMethod

Description

Used in PowerBuilder marshaler native classes to call remote
methods.

Syntax

Argument

Description

session

This IPB session

obj

The proxy object for the remote
object

methodDesc

An arbitrary string stored as an alias name for the
remote method in the proxy, for example: function int foo(int a)
alias “This is a method in remote BizTalk”

ci

The parameters and return value setting for the
call

Return value

PBXRESULT.PBX_OK if the call succeeded.

Examples

This example shows a header file for a sample marshaler
class:

The associated C++ implementation file contains code like
this:

Usage

You must implement this method in the marshaler native
class.

See also

Destroy

GetModuleHandle


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x