Yaaf.Xmpp.Runtime


ServicePluginManager<'P>

Defined in Yaaf.Xmpp.Runtime.Core.dll.
A generic implementation of the IServicePluginManager interface.

Constructors

ConstructorDescription
new(kernel, createPluginException)
Signature: (kernel:IKernel * createPluginException:Func<string,exn,exn>) -> unit

Instance members

Instance memberDescription
GetPluginService()
Signature: unit -> 'U
Modifiers: abstract
Get the provided Service by simply querying the kernel.
RegisterPlugin()
Signature: unit -> unit
Modifiers: abstract
Provide the generic RegisterPlugin method which registers by generic type argument. We simply query the kernel for the instance.
Fork me on GitHub