MonoX Subscribe Engine core. Used to subscribe users to the portal notifications.

Namespace: MonoSoftware.MonoX.SubscribeEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class SubscribeEngine<T> : IDisposable
where T : SubscribeProviderBase
Visual Basic
Public Class SubscribeEngine(Of T As SubscribeProviderBase)
	Implements IDisposable
Visual C++
generic<typename T>
where T : SubscribeProviderBase
public ref class SubscribeEngine : IDisposable
F#
type SubscribeEngine<'T when 'T : SubscribeProviderBase> =  
    class
        interface IDisposable
    end

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  MonoSoftware.MonoX.SubscribeEngine..::..SubscribeEngine<(Of <(<'T>)>)>

See Also