[This is preliminary documentation and is subject to change.]
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ChildService(
Service svc,
int order,
bool abortStart
)
public ChildService(
Service svc,
int order,
bool abortStart
)
Public Sub New (
svc As Service,
order As Integer,
abortStart As Boolean
)
Public Sub New (
svc As Service,
order As Integer,
abortStart As Boolean
)
public:
ChildService(
Service^ svc,
int order,
bool abortStart
)
public:
ChildService(
Service^ svc,
int order,
bool abortStart
)
new :
svc : Service *
order : int *
abortStart : bool -> ChildService
new :
svc : Service *
order : int *
abortStart : bool -> ChildService