Share via


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
Public method Publish<TServiceType>(TServiceType) Publishes the specified service instance of the specified type.
Public method Publish<TServiceType>(PublishServiceCallback<TServiceType>) Publishes a service of the specified type, represented by the specified method.
Public method Publish(Type, PublishServiceCallback) When overridden in a derived class, publishes a service of the specified type, represented by the specified method.
Public method Publish(Type, Object) When overridden in a derived class, publishes the specified service instance of the specified type.

Top

See Also

Reference

ServiceManager Class

Microsoft.Windows.Design Namespace