Namespace: OpenEdge.Web.DataObject
Type: Interface IServiceEventHandler
Parent Classes:
Inherits: Progress.Lang.Object


/* *************************************************************************************************************************
Copyright (c) 2018 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:IServiceEventHandler
Purpose:Signatures for the DataObjectHandler Service-level events
Author(s):pjudge
Created:2018-08-17
Notes:* Classes that want to receive the DOH's messages MUST
implement this interface
/* Event handler for service discovery



Method Summary
  Options Name Purpose
  DiscoverServiceHandler (Object, ServiceDiscoveryEventArgs) /* Event handler for service discovery @param Progress.Lang.Object The handler publishing the event @param ServiceLookupEventArgs Event args for this event */

Method Detail
Top

DiscoverServiceHandler (Object, ServiceDiscoveryEventArgs)

/* Event handler for service discovery
Parameters:
pSender Progress.Lang.Object
 
pEventArgs OpenEdge.Web.DataObject.ServiceDiscoveryEventArgs