Click or drag to resize

ResourceDiscoveryEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesResourceDiscoveryEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ResourceDiscoveryEventArgs : EventArgs

The ResourceDiscoveryEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodResourceDiscoveryEventArgs
Creates a DiscoveryInformationEventArgs object for the specified resource discovery item.
Top
Properties
  NameDescription
Public propertyResourceData
Identifies the data that was discovered for the indicated resource type.
Public propertyResourceType
Identifies the type of the resource that was discovered.
Top
See Also