Partager via


INDDownloadEngineNotifier.OnDataReceived(Byte[], UInt32) Méthode

Définition

Appelé par le moteur de téléchargement lorsqu’il reçoit des données.

public:
 void OnDataReceived(Platform::Array <byte> ^ dataBytes, unsigned int bytesReceived);
void OnDataReceived(winrt::array_view <byte> const& dataBytes, uint32_t const& bytesReceived);
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnDataReceived(winrt::array_view <byte> const& dataBytes, uint32_t const& bytesReceived);
public void OnDataReceived(byte[] dataBytes, uint bytesReceived);
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnDataReceived(byte[] dataBytes, uint bytesReceived);
function onDataReceived(dataBytes, bytesReceived)
Public Sub OnDataReceived (dataBytes As Byte(), bytesReceived As UInteger)

Paramètres

dataBytes

Byte[]

byte[]

Tableau d’octets qui contient les données.

bytesReceived
UInt32

unsigned int

uint32_t

Nombre d’octets reçus du flux de données.

Attributs

S’applique à