ApplicationLifecycle.SetProvider(IApplicationLifecycle) 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.
Initializes the current management interface with a platform specific provider.
public:
static void SetProvider(Microsoft::VisualStudio::ApplicationInsights::Extensibility::IApplicationLifecycle ^ provider);
public static void SetProvider (Microsoft.VisualStudio.ApplicationInsights.Extensibility.IApplicationLifecycle provider);
static member SetProvider : Microsoft.VisualStudio.ApplicationInsights.Extensibility.IApplicationLifecycle -> unit
Public Shared Sub SetProvider (provider As IApplicationLifecycle)
Parameters
- provider
- IApplicationLifecycle