IAsyncLoadablePackageInitialize Interface

Definition

Provides a way get access to IAsyncServiceProvider and IProfferAsyncService without needing to use IServiceProvider. Implemented by packages.

public interface class IAsyncLoadablePackageInitialize
public interface class IAsyncLoadablePackageInitialize
__interface IAsyncLoadablePackageInitialize
public interface IAsyncLoadablePackageInitialize
[System.Runtime.InteropServices.Guid("3EC4D7F6-4036-4406-A393-2FFF7B2E78A1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAsyncLoadablePackageInitialize
type IAsyncLoadablePackageInitialize = interface
[<System.Runtime.InteropServices.Guid("3EC4D7F6-4036-4406-A393-2FFF7B2E78A1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAsyncLoadablePackageInitialize = interface
Public Interface IAsyncLoadablePackageInitialize
Derived
Attributes

Methods

Initialize(IAsyncServiceProvider, IProfferAsyncService, IAsyncProgressCallback)
Initialize(IAsyncServiceProvider, IProfferAsyncService, IAsyncProgressCallback)

Initializes the package.

Applies to