'Declaration
Public Shared Function GetAjaxCallbackResult( _ ByVal technology As NClientServerTechnology, _ ByVal command As NCallbackCommand, _ ByVal isReincarnating As System.Boolean _ ) As System.String
'Usage
Dim technology As NClientServerTechnology Dim command As NCallbackCommand Dim isReincarnating As System.Boolean Dim value As System.String value = NAjaxTechnologyHelper.GetAjaxCallbackResult(technology, command, isReincarnating)
public static System.string GetAjaxCallbackResult( NClientServerTechnology technology, NCallbackCommand command, System.bool isReincarnating )
Parameters
- technology
- command
- isReincarnating