Click or drag to resize

OutputAdapterGetSubscription Method

Returns a given subscription by it's name, or null if not found

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
Subscription GetSubscription(
	string subscriptionName
)

Parameters

subscriptionName
Type: SystemString
is the subscription

Return Value

Type: Subscription
subcription or null
See Also