Show / Hide Table of Contents

    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 Source

    ServiceDiscoveryCriteria

    Gets or sets the service discovery criteria.

    Declaration
    [DataMember]
    public ServiceDiscoveryCriteria ServiceDiscoveryCriteria { get; set; }
    Property Value
    Type Description
    ServiceDiscoveryCriteria

    The service discovery criteria.

    View Source

    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.

    • View Source
    Back to top Generated by DocFX