Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxTechnologyHelper Class / GetAjaxCallbackResult Method
The instance of the client-server technology, used by the web control.
The command that was executed.
True if the callback request required recreation of the session state object.


In This Topic
    GetAjaxCallbackResult Method
    In This Topic
    Builds the result from the AJAX callback processing.
    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
    The instance of the client-server technology, used by the web control.
    command
    The command that was executed.
    isReincarnating
    True if the callback request required recreation of the session state object.

    Return Value

    A result string to be returned to the client.
    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