IProfferAsyncService.GetServiceProgressCallback 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.
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.
Remarks
This method is safe to access from any thread.