-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Services_ServiceContainer__ctor
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
Initializes a new instance of the Object class.
Namespace: CodeJam.Services
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public ServiceContainer(
bool publishSelf = true
)
VB
Public Sub New (
Optional publishSelf As Boolean = true
)
F#
new :
?publishSelf : bool
(* Defaults:
let _publishSelf = defaultArg publishSelf true
*)
-> ServiceContainer
- publishSelf (Optional)
- Type: System.Boolean
if set totrue
container publish itself as IServicePublisher service.
ServiceContainer Class
ServiceContainer Overload
CodeJam.Services Namespace