XblMultiplayerSessionConstantsSetQosConnectivityMetrics
Enables or disables connectivity metrics for the session. This can only be set when creating a new session.Syntax
Parameters
handle _In_Type: XblMultiplayerSessionHandle Handle to the multiplayer session. enableLatencyMetric _In_
Type: bool True to enable the measuring of latency, and false to disable latency measurement. enableBandwidthDownMetric _In_
Type: bool True to enable the measuring of bandwidth down, and false to disable bandwidth down measurement. enableBandwidthUpMetric _In_
Type: bool True to enable the measuring of bandwidth up, and false to disable bandwidth up measurement. enableCustomMetric _In_
Type: bool True to enable custom metrics, and false to disable them.
