C# Класс DotNetWorkQueue.Transport.Redis.Basic.Lua.LuaScripts

Ensures that every script is complied
Показать файл Открыть проект

Открытые методы

Метод Описание
LuaScripts ( IEnumerable scripts ) : System.Collections.Generic

Initializes a new instance of the LuaScripts class.

LuaScripts ( IEnumerable scripts ) : System.Collections.Generic

Initializes a new instance of the LuaScripts class.

Setup ( ) : void

Setup each LUA script

Описание методов

LuaScripts() публичный Метод

Initializes a new instance of the LuaScripts class.
public LuaScripts ( IEnumerable scripts ) : System.Collections.Generic
scripts IEnumerable The scripts.
Результат System.Collections.Generic

LuaScripts() публичный Метод

Initializes a new instance of the LuaScripts class.
public LuaScripts ( IEnumerable scripts ) : System.Collections.Generic
scripts IEnumerable The scripts.
Результат System.Collections.Generic

Setup() публичный Метод

Setup each LUA script
public Setup ( ) : void
Результат void