Click or drag to resize

PatternGuardExpr Constructor (String, String, IList, Void)

Initializes a new instance of the PatternGuardExpr class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PatternGuardExpr(
	string namespace,
	string name,
	IList parameters,
	void guardedPattern
)

Parameters

namespace
Type: SystemString

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

name
Type: SystemString

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

parameters
Type: System.Collections.GenericIListT

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

guardedPattern
Type: SystemVoid

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

See Also