IAsyncLoadablePackageInitialize Interface   
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.
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
 
Remarks
This interface is safe to access from any thread.
Methods
| Initialize(IAsyncServiceProvider, IProfferAsyncService, IAsyncProgressCallback) | |
| Initialize(IAsyncServiceProvider, IProfferAsyncService, IAsyncProgressCallback) | 
		 Initializes the package.  |