We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Publish service.
Namespace: CodeJam.ServicesAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public IDisposable Publish( Type serviceType, Func<IServicePublisher, Object> instanceFactory )
VB
Public Function Publish ( serviceType As Type, instanceFactory As Func(Of IServicePublisher, Object) ) As IDisposable
F#
abstract Publish : serviceType : Type * instanceFactory : Func<IServicePublisher, Object> -> IDisposable override Publish : serviceType : Type * instanceFactory : Func<IServicePublisher, Object> -> IDisposable
Type: IDisposableDisposable cookie to conceal published service
IServicePublisher.Publish(Type, Func(IServicePublisher, Object))
ServiceContainer ClassPublish OverloadCodeJam.Services Namespace