Interface IRestEndpointCandidateRuntimeRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Collects REST endpoint candidates while the active host resolves publication precedence.
public interface IRestEndpointCandidateRuntimeRegistryRemarks
Section titled “Remarks”Host adapters and transport helpers use this registry to publish candidate visibility into
Methods
Section titled “Methods”Clear()
Section titled “ Clear()”Clears any previously registered runtime candidates before a host rematerializes its REST surface.
void Clear()Register(RestEndpointCandidateRuntimeDescriptor)
Section titled “ Register(RestEndpointCandidateRuntimeDescriptor)”Registers one REST endpoint candidate with the runtime catalog.
void Register(RestEndpointCandidateRuntimeDescriptor candidate)Parameters
Section titled “Parameters”candidate RestEndpointCandidateRuntimeDescriptor
The candidate descriptor to register.