Yaaf.Xmpp.Runtime


ServiceManager

Defined in Yaaf.Xmpp.Runtime.Core.dll.
This class provides an abstract implementation of the IServiceManager interface by delegating the generic RegisterService call to a concrete RegisterService method with actuall Type parameters. This works around some F# limitations with the IServiceManager interface (ie you can't override the generic RegisterService method directly).

Constructors

ConstructorDescription
new()
Signature: unit -> unit
Default constructor.

Instance members

Instance memberDescription
RegisterService()
Signature: unit -> unit
Modifiers: abstract
Type parameters: 'TService, 'TInstance
Implementation of the generic RegisterService method from the IServiceManager interface.
Fork me on GitHub