Rogue Wave Server Component library for .NET Reference Guide
|
|
MvEndPointExecSyncGlobalCallback Method |
Callback that executes a synchronous call to a remote function.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
public virtual bool ExecSyncGlobalCallback( string funNm, MvValue[] args, MvValue funRes )
Parameters
- funNm
- Type: SystemString
The function name to invoke. - args
- Type: RW.Server.ComponentMvValue
The arguments sent to the function funNm. - funRes
- Type: RW.Server.ComponentMvValue
Must contain the default return value of the function funNm. When ExecSyncGlobalCallback() returns, it contains the result of funNm. It must be not equal to null.
Return Value
Type: Booleanfalse if the request callback couldn't be sent, true otherwise.