Click or drag to resize

ContextDescriptorConditionCrontab Constructor (IList, Void)

Initializes a new instance of the ContextDescriptorConditionCrontab class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextDescriptorConditionCrontab(
	IList crontabExpressions,
	void now
)

Parameters

crontabExpressions
Type: System.Collections.GenericIListT

[Missing <param name="crontabExpressions"/> documentation for "M:com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab.#ctor(System.Collections.Generic.IList`1,System.Void)"]

now
Type: SystemVoid

[Missing <param name="now"/> documentation for "M:com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab.#ctor(System.Collections.Generic.IList`1,System.Void)"]

See Also