FindRequestContext Class

Definition

Represents a find request sent by a client.

public ref class FindRequestContext
public class FindRequestContext
type FindRequestContext = class
Public Class FindRequestContext
Inheritance
FindRequestContext

Constructors

FindRequestContext(FindCriteria)

Initializes a new instance of the FindRequestContext class using the specified FindCriteria.

Properties

Criteria

Gets the FindCriteria associated with the FindRequestContext sent by the client.

Methods

AddMatchingEndpoint(EndpointDiscoveryMetadata)

Enables the discovery service to send results back to the client as they are received.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnAddMatchingEndpoint(EndpointDiscoveryMetadata)

Called after the user adds an endpoint to the FindRequestContext by calling AddMatchingEndpoint(EndpointDiscoveryMetadata).

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to