GigaSpaces XAP.NET Documentation
IServiceHost Interface
Class LibraryGigaSpaces.XAP.Remoting.HostingIServiceHost
Exports services which can later on be used remotely over the space.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IServiceHost
Public Interface IServiceHost
public interface class IServiceHost
public interface IServiceHost
Members
All MembersMethods



IconMemberDescription
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)