 | 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
SyntaxSubscription GetSubscription(
string subscriptionName
)
Parameters
- subscriptionName
- Type: SystemString
is the subscription
Return Value
Type:
Subscriptionsubcription or null
See Also