Request

Response

    Application.ShowBusyMessage method

    It will show the message passed as an argument on UI with spinner. The show busy message refers to the condition where all controls are hidden, and an animation is played along with a user-defined message.

    public void ShowBusyMessage(string message)
    
    parameterdescription
    message Busy state message

    See Also