Rogue Wave Server Component library for .NET Reference Guide
|
|
MvEndPointExecSyncObjectCallback Method |
Callback that executes a synchronous call on a remote object.
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 ExecSyncObjectCallback( MvRef mvref, string funNm, MvValue[] args, MvValue funRes )
Parameters
- mvref
- Type: RW.Server.ComponentMvRef
The object reference for the object. - funNm
- Type: SystemString
The function name to invoke. - args
- Type: RW.Server.ComponentMvValue
The arguments passed to the function funNm. - funRes
- Type: RW.Server.ComponentMvValue
Must contain the default return value of the funNm function. When ExecSyncObjectCallback returns, it contains the funNm result. This must be not equal to null.
Return Value
Type: Booleanfalse if the request callback couldn't be sent, true otherwise.
The function funNm is invoked on the remote
object identified by the reference mvref.
mvref.