Raised when an internal receive operation on the auxiliary stream completes.
public:
event TypedEventHandler<SmartGlassAuxiliaryStream^ , SmartGlassAuxiliaryStreamReadStats>^ OnReceive {
EventRegistrationToken add (TypedEventHandler<SmartGlassAuxiliaryStream^ , SmartGlassAuxiliaryStreamReadStats>^ value);
void remove (EventRegistrationToken token);
}
The parameter of the event handler that is a SmartGlassAuxiliaryStreamReadStats structure indicates the total number of bytes received and the number of bytes available to read. The title should call the SmartGlassAuxiliaryStream.Read method to read the available bytes.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassAuxiliaryStreamReadStats
SmartGlassAuxiliaryStream.Read
SmartGlassAuxiliaryStream Class