RemoteServiceBinding
Builder for setting up binding to an object T so that it may be changed by a RemoteService.
Inheritors
Types
Link copied to clipboard
A RemoteServiceBinding that assumes the RemoteService being bound to has been discovered.
Link copied to clipboard
interface RequiresServicesDiscovered<T> : RemoteServiceBinding<T> , RequiresServicesDiscoveredBinding.NonMutating<T>
A RemoteServiceBinding and RequiresServicesDiscoveredBinding.NonMutating that will only bind whenever the RemoteService has been discovered.