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#
IDisposable Publish( Type serviceType, Func<IServicePublisher, Object> instanceFactory )
VB
Function Publish ( serviceType As Type, instanceFactory As Func(Of IServicePublisher, Object) ) As IDisposable
F#
abstract Publish : serviceType : Type * instanceFactory : Func<IServicePublisher, Object> -> IDisposable
Type: IDisposableDisposable cookie to conceal published service
IServicePublisher InterfacePublish OverloadCodeJam.Services Namespace