Share via


BootstrapperAttribute Constructor (Type)

 

Creates a new instance of the BootstrapperAttribute identifying the IBootstrapper implementation to use as entry point for starting the service.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public BootstrapperAttribute(
    Type bootstrapperType
)
public:
BootstrapperAttribute(
    Type^ bootstrapperType
)
new : 
        bootstrapperType:Type -> BootstrapperAttribute
Public Sub New (
    bootstrapperType As Type
)

Parameters

See Also

BootstrapperAttribute Class
Microsoft.WindowsAzure.Mobile.Service.Config Namespace

Return to top