Table of Contents

Interface IRaythaFunctionConfiguration

Namespace
Raytha.Application.Common.Interfaces
Assembly
Raytha.Application.dll
public interface IRaythaFunctionConfiguration

Properties

ExecuteTimeout

TimeSpan ExecuteTimeout { get; }

Property Value

TimeSpan

IsEnabled

bool IsEnabled { get; }

Property Value

bool

MaxActive

int MaxActive { get; }

Property Value

int

QueueTimeout

TimeSpan QueueTimeout { get; }

Property Value

TimeSpan