ConnectedServiceProviderContext.StartBusyIndicator(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows a busy indicator and message to the user to indicate that Visual Studio is actively working on processing the current request.
public abstract IDisposable StartBusyIndicator (string message = default);
abstract member StartBusyIndicator : string -> IDisposable
Public MustOverride Function StartBusyIndicator (Optional message As String = Nothing) As IDisposable
Parameters
- message
- String
An optional message to show to the user.
Returns
An IDisposable object that will stop the busy indicator when it is disposed.