Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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<TServiceType>(TServiceType) | Publishes the specified service instance of the specified type. |
![]() |
Publish<TServiceType>(PublishServiceCallback<TServiceType>) | Publishes a service of the specified type, represented by the specified method. |
![]() |
Publish(Type, PublishServiceCallback) | When overridden in a derived class, publishes a service of the specified type, represented by the specified method. |
![]() |
Publish(Type, Object) | When overridden in a derived class, publishes the specified service instance of the specified type. |
Top