Click or drag to resize

EPStatementSetSubscriber Method

Overload List
  NameDescription
Public methodSetSubscriber(Object)
Attaches a subscriber to receive statement results, or removes a previously set subscriber (by providing a null value).

Note: Requires the allow-subscriber compiler options. Only a single subscriber may be set for a statement. If this method is invoked twice any previously-set subscriber is no longer used.

Public methodSetSubscriber(Object, String)
Attaches a subscriber to receive statement results by calling the method with the provided method name, or removes a previously set subscriber (by providing a null value).

Note: Requires the allow-subscriber compiler options. Only a single subscriber may be set for a statement. If this method is invoked twice any previously-set subscriber is no longer used.

Top
See Also