Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectExecCallback Method |
This function executes a given function in asynchronous 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 ExecCallback( string funName, MvValue[] argv )
Public Overridable Function ExecCallback ( funName As String, argv As MvValue() ) As Boolean
public: virtual bool ExecCallback( String^ funName, array<MvValue^>^ argv )
Parameters
- funName
- Type: SystemString
: The function name. - argv
- Type: RW.Server.ComponentMvValue
: The arguments.
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