Nevron.UI.WebForm.Controls Namespace / NAjaxTechnologyHelper Class / GetAjaxCallbackResult Method


In This Topic
    GetAjaxCallbackResult Method
    In This Topic
    Syntax
    '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
    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