IBindingOracle Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for a magical oracle that communicates IBinder bindings across space and time.
public interface IBindingOracle
type IBindingOracle = interface
Public Interface IBindingOracle
- Derived
Remarks
Note that the IBindingOracle only transmits bindings, which are string pairs of SpacePinId and CloudAnchorId. It does not cause the binder to do anything with those bindings.
Properties
Name |
The name of this oracle. |
Methods
Get(IBinder) |
Retrieve bindings from the ethereal plane. |
Put(IBinder) |
Broadcast the bindings. |