RSS Documentation
GetResponse Method



Syntax
'Declaration
 
Public Shared Function GetResponse( _
   ByVal cn As BPMConnection, _
   ByVal aspxText As String _
) As String
'Usage
 
Dim cn As BPMConnection
Dim aspxText As String
Dim value As String
 
value = AspxCodeManager.GetResponse(cn, aspxText)
public static string GetResponse( 
   BPMConnection cn,
   string aspxText
)
public:
static String^ GetResponse( 
   BPMConnection^ cn,
   String^ aspxText
) 

Parameters

cn
aspxText
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AspxCodeManager Class
AspxCodeManager Members

Send Feedback