protected virtual string OnWebContextChangesPending(
int ,
IWebContextManager ,
object ,
object ,
int ,
string ,
ref int ,
ref object ,
ref object ,
ref int ,
ref string ,
ref string ,
ref string
)
'Declaration
Protected Overridable Function OnWebContextChangesPending( _
ByVal As Integer, _
ByVal As IWebContextManager, _
ByVal As Object, _
ByVal As Object, _
ByVal As Integer, _
ByVal As String, _
ByRef As Integer, _
ByRef As Object, _
ByRef As Object, _
ByRef As Integer, _
ByRef As String, _
ByRef As String, _
ByRef As String _
) As String
'Usage
Dim instance As WebContextAgent
Dim agentCoupon As Integer
Dim contextManager As IWebContextManager
Dim itemNames As Object
Dim itemValues As Object
Dim contextCoupon As Integer
Dim managerSignature As String
Dim outAgentCoupon As Integer
Dim outitemNames As Object
Dim outitemValues As Object
Dim outContextCoupon As Integer
Dim agentSignature As String
Dim decision As String
Dim reason As String
Dim value As String
value = instance.OnWebContextChangesPending(agentCoupon, contextManager, itemNames, itemValues, contextCoupon, managerSignature, outAgentCoupon, outitemNames, outitemValues, outContextCoupon, agentSignature, decision, reason)
protected:
virtual String^ OnWebContextChangesPending(
int ,
IWebContextManager^ ,
Object^ ,
Object^ ,
int ,
String^ ,
int% ,
Object^% ,
Object^% ,
int% ,
String^% ,
String^% ,
String^%
)