FmNotificationHelperDefineActiveBatch - метод
Определяет какой batch сейчас активен и нужно ли переключить и очистить этот батч
Пространство имён: Tessa.Forums.NotificationsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static (ActiveBatch activeBatch, bool needCleanBatch) DefineActiveBatch(
FmNotificationItem not
)
Public Shared Function DefineActiveBatch (
not As FmNotificationItem
) As (activeBatch As ActiveBatch, needCleanBatch As Boolean)
public:
static ValueTuple<ActiveBatch, bool> DefineActiveBatch(
FmNotificationItem^ not
)
static member DefineActiveBatch :
not : FmNotificationItem -> ValueTuple<ActiveBatch, bool>
- not FmNotificationItem
ValueTupleActiveBatch,
Boolean