XboxLiveQualityOfServiceMeasurement.MaxPrivatePayloadSize Property
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.
Static property that gets the maximum number of bytes permitted for private payload buffers.
Important
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public:
static property unsigned int MaxPrivatePayloadSize { unsigned int get(); };
static uint32_t MaxPrivatePayloadSize();
public static uint MaxPrivatePayloadSize { get; }
var uInt32 = XboxLiveQualityOfServiceMeasurement.maxPrivatePayloadSize;
Public Shared ReadOnly Property MaxPrivatePayloadSize As UInteger
Property Value
Maximum number of bytes permitted for private payload buffers.
Remarks
This value is constant, and never changes.