Class ServiceDiscoveryRequestedEventArgs
Represents a set of service discovery requested event arguments.
Inheritance
System.Object
ServiceDiscoveryRequestedEventArgs
Namespace: Copper.Discovery.Interface.V1
Assembly: Copper.Discovery.Interface.dll
Syntax
[DataContract]
public class ServiceDiscoveryRequestedEventArgs
Properties
View SourceServiceDiscoveryCriteria
Gets or sets the service discovery criteria.
Declaration
[DataMember]
public ServiceDiscoveryCriteria ServiceDiscoveryCriteria { get; set; }
Property Value
Type | Description |
---|---|
ServiceDiscoveryCriteria | The service discovery criteria. |
ServiceDiscoveryMetadata
Gets or sets the service discovery metadata.
Declaration
[DataMember]
public string ServiceDiscoveryMetadata { get; set; }
Property Value
Type | Description |
---|---|
System.String | The service discovery metadata. |