Class AcceptingContext
Used for blocking SuperId soft trigger during Accept of license, also allow online override to block sending of e-mails. Used by LicenseManager to throttle the calls to SuperId. See the UpdateSuperIdSoftTriggerPlugin in Online for usage.
Namespace: SuperOffice.License
Assembly: SoDataBase.dll
Syntax
[SoInject("Operation")]
public class AcceptingContext : Object
Constructors
AcceptingContext()
ctor
Declaration
public AcceptingContext()
Properties
IsAccepting
Are we in the process of Accepting a new license? True if so we don't want to send notifications to SuperId.
Declaration
public bool IsAccepting { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
StartAccept()
Start blocking SuperId updates until Disposed.
Declaration
public IDisposable StartAccept()
Returns
Type | Description |
---|---|
IDisposable | Disposable AcceptingSession |