Click or drag to resize

ISharedDataHostedApplicationV2 Methods

The ISharedDataHostedApplicationV2 type exposes the following members.

Methods
  NameDescription
Public methodAddService(Type, Object)
Adds the specified service to the service container.
(Inherited from IServiceContainer.)
Public methodAddService(Type, ServiceCreatorCallback)
Adds the specified service to the service container.
(Inherited from IServiceContainer.)
Public methodAddService(Type, Object, Boolean)
Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
(Inherited from IServiceContainer.)
Public methodAddService(Type, ServiceCreatorCallback, Boolean)
Adds the specified service to the service container, and optionally promotes the service to parent service containers.
(Inherited from IServiceContainer.)
Public methodGetAllowTreatExchangeInLevelCompatibility
Public methodGetService(Type)
Gets the service object of the specified type.
(Inherited from IServiceProvider.)
Public methodGetServiceT
Get the requested service or null if it does not exists.
(Inherited from ISharedHostedApplication.)
Public methodInitialize
Initialize the ApplicationInfo (creates the common elements if bundled)
(Inherited from ISharedHostedApplication.)
Public methodIsCompatibleWith
Gets wether application id passed is compatible with current
(Inherited from ISharedHostedApplication.)
Public methodIsLoaded(Guid)
Gets whether a module is loaded
(Inherited from ISharedHostedApplication.)
Public methodIsLoaded(Type)
Gets whether a module is loaded
(Inherited from ISharedHostedApplication.)
Public methodRemoveService(Type)
Removes the specified service type from the service container.
(Inherited from IServiceContainer.)
Public methodRemoveService(Type, Boolean)
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
(Inherited from IServiceContainer.)
Public methodRun
Runs the HostedApplication
(Inherited from ISharedHostedApplication.)
Public methodSetOptions
Set options of hostedApplication depending of its id
(Inherited from ISharedHostedApplication.)
Public methodStop
Stops the HostedApplication
(Inherited from ISharedHostedApplication.)
Top
See Also