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, Object serviceInstance )
VB
Public Function Publish ( serviceType As Type, serviceInstance As Object ) As IDisposable
F#
abstract Publish : serviceType : Type * serviceInstance : Object -> IDisposable override Publish : serviceType : Type * serviceInstance : Object -> IDisposable
Type: IDisposableDisposable cookie to conceal published service
IServicePublisher.Publish(Type, Object)
ServiceContainer ClassPublish OverloadCodeJam.Services Namespace