Interface IComponentObserver
Component that syncs local content based on changes to an IComponent
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public interface IComponentObserver
Methods
Read(SocketEndpoint, BinaryReader)
Declaration
void Read(SocketEndpoint sendingEndpoint, BinaryReader message)
Parameters
Type | Name | Description |
---|---|---|
Socket |
sendingEndpoint | |
Binary |
message |