ServiceImplementationDataHostAsSingleton Property |
Gets or sets a value indicating whether the service should be hosted as a singleton.
Namespace:
Autofac.Integration.Wcf
Assembly:
Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax public bool HostAsSingleton { get; set; }
Public Property HostAsSingleton As Boolean
Get
Set
Property Value
Type:
Boolean if this service should be a singleton;
if not.
See Also