Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectExecAsyncCallback 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 ExecAsyncCallback( string funName, MvValue[] argv, bool inTrans = true )
Public Overridable Function ExecAsyncCallback ( funName As String, argv As MvValue(), Optional inTrans As Boolean = true ) As Boolean
public: virtual bool ExecAsyncCallback( String^ funName, array<MvValue^>^ argv, bool inTrans = true )
Parameters
- funName
- Type: SystemString
: The function name. - argv
- Type: RW.Server.ComponentMvValue
: The arguments. - inTrans (Optional)
- Type: SystemBoolean
This parameter indicates if the callback must be executed using the transaction mechanism or not (see Transaction control in MvComponent). If equal to true and if no current transaction has been initialized, a new one is implicitly created and commited.
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