BootstrapperAttribute Class

 

Identifies the IBootstrapper implementation to use as entry point for starting the service. There can only be one such instance active at a time.

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

System.Object
  System.Attribute
    Microsoft.WindowsAzure.Mobile.Service.Config.BootstrapperAttribute

[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false)]
public sealed class BootstrapperAttribute : Attribute

NameDescription
System_CAPS_pubmethodBootstrapperAttribute(Type)

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

NameDescription
System_CAPS_pubpropertyBootstrapperType

Gets the IBootstrapper providing the entry point for starting the service.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: