IProfferAsyncService.GetServiceProgressCallback Method

Definition

Gets the callback instance used for reporting service load progress.

public:
 Microsoft::VisualStudio::Shell::Interop::IAsyncProgressCallback ^ GetServiceProgressCallback();
public:
 Microsoft::VisualStudio::Shell::Interop::IAsyncProgressCallback ^ GetServiceProgressCallback();
Microsoft::VisualStudio::Shell::Interop::IAsyncProgressCallback GetServiceProgressCallback();
public Microsoft.VisualStudio.Shell.Interop.IAsyncProgressCallback GetServiceProgressCallback ();
abstract member GetServiceProgressCallback : unit -> Microsoft.VisualStudio.Shell.Interop.IAsyncProgressCallback
Public Function GetServiceProgressCallback () As IAsyncProgressCallback

Returns

Returns IAsyncProgressCallback.

Applies to