Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectExecSyncCallback Method |
This function executes a given function in synchronous mode on the Server
object associated with the representation 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 ExecSyncCallback( string funName, MvValue[] argv, MvValue result )
Public Overridable Function ExecSyncCallback ( funName As String, argv As MvValue(), result As MvValue ) As Boolean
public: virtual bool ExecSyncCallback( String^ funName, array<MvValue^>^ argv, MvValue^ result )
Parameters
- funName
- Type: SystemString
: The function name. - argv
- Type: RW.Server.ComponentMvValue
: The arguments. - result
- Type: RW.Server.ComponentMvValue
Must contain the default return value of the function funName. When the execSyncCallback function returns, it contains the result of funNamm. It must be not equal to null.
Return Value
Type: Booleanfalse if the request callback couldn't be sent, true otherwise
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.
Send comments on this topic to
Give us feedback