-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Services_IServicePublisher_Publish_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Publish service.
Namespace: CodeJam.Services
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
IDisposable Publish(
Type serviceType,
Object serviceInstance
)
VB
Function Publish (
serviceType As Type,
serviceInstance As Object
) As IDisposable
F#
abstract Publish :
serviceType : Type *
serviceInstance : Object -> IDisposable
- serviceType
- Type: System.Type
Type of service object to publish. - serviceInstance
- Type: System.Object
Instance of service of type serviceType.
Type: IDisposable
Disposable cookie to conceal published service
IServicePublisher Interface
Publish Overload
CodeJam.Services Namespace