Exports services which can later on be used remotely over the space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IServiceHost
Public Interface IServiceHost
public interface class IServiceHost
public interface IServiceHost
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
GetHostedService(String) |
Gets an exported service by lookup name.
| |
Publish(Object, array<String>[]()[][]) |
Exports a service, register it under the specified lookup names.
| |
Publish(Object, array<Type>[]()[][]) |
Exports a service, only register it under the specified types.
| |
Publish(Object) |
Exports a service, using the default lookup name for the specified service.
| |
Unpublish(IServiceRegistration) |
Unexport a specific service according to the specified service registration.
|