Interface IBackendForFrontendClientBindingRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll
Collects backend-for-frontend client binding descriptors contributed to the active runtime.
public interface IBackendForFrontendClientBindingRegistryMethods
Section titled “Methods”Add(BackendForFrontendClientBindingDescriptor)
Section titled “ Add(BackendForFrontendClientBindingDescriptor)”Adds a backend-for-frontend client binding descriptor to the current runtime composition.
void Add(BackendForFrontendClientBindingDescriptor binding)Parameters
Section titled “Parameters”binding BackendForFrontendClientBindingDescriptor
The client binding descriptor to register.