[This is preliminary documentation and is subject to change.]
Designates service-derivative classes that should NOT be auto-started by the app container
System Object
System Attribute NFX.ServiceModel ApplicationDontAutoStartServiceAttributeNamespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ApplicationDontAutoStartServiceAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ApplicationDontAutoStartServiceAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := false, Inherited := false)>
Public Class ApplicationDontAutoStartServiceAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := false, Inherited := false)>
Public Class ApplicationDontAutoStartServiceAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class ApplicationDontAutoStartServiceAttribute : public Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class ApplicationDontAutoStartServiceAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)>]
type ApplicationDontAutoStartServiceAttribute =
class
inherit Attribute
end
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)>]
type ApplicationDontAutoStartServiceAttribute =
class
inherit Attribute
end