ServiceManager.Publish Method
Include Protected Members
Include Inherited Members
Publishes a service.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Publish<ServiceType>(PublishServiceCallback<ServiceType>)
Publishes a service of the specified type, represented by the specified method.
Publish<ServiceType>(ServiceType)
Publishes the specified service instance of the specified type.
Publish(Type, PublishServiceCallback)
When overridden in a derived class, publishes a service of the specified type, represented by the specified method.
When overridden in a derived class, publishes the specified service instance of the specified type.
Top