NCLHELP.HLB  —  disable  event_dispatcher, outbound_stream
    Disables an event dispatcher outbound stream entity which
    represents an outgoing connection to a sink on a local or
    remote node.

    disable  [node node-id] event dispatcher -
        outbound stream simple-name  [method disable-method]

    The optional Method argument specifies whether an existing
    connection should be aborted immediately or shut down in an
    orderly fashion.  The disable methods are:

    abort    The stream calls the disconnect operation to abort
             the connection immediately.

    orderly  The stream calls the shutdown operation to perform an
             orderly shutdown of the connection.  This is the
             default method.

    Examples:

    disable event dispatcher outbound stream local_stream

    disable event dispatcher -
           outbound stream local_stream method abort
Additional Information: explode extract
Exception Messages
Close Help