Yaaf.Xmpp.Runtime


IServiceManager

Defined in Yaaf.Xmpp.Runtime.Core.dll.
Defines a manager of services, it allows the registration of additional services

Instance members

Instance memberDescription
RegisterService()
Signature: unit -> unit
Modifiers: abstract
Type parameters: 'TService, 'TInstance
Helper Method to register per-user-services. Throws exception if the TService was already registered with another TInstance class. Note that you can't use the same TService for per-stream and per-user services! (This ensures that be can use both types in constructors)
Fork me on GitHub