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