ConnectedServiceProviderContext.StartBusyIndicator(String) Method

Definition

Shows a busy indicator and an optional 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

Returns IDisposable. object that will stop the busy indicator when it is disposed.

Applies to