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<ServiceType>(PublishServiceCallback<ServiceType>)

Publishes a service of the specified type, represented by the specified method.

Public method

Publish<ServiceType>(ServiceType)

Publishes the specified service instance of the specified type.

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

ServiceManager Members

Microsoft.Windows.Design Namespace