DotNetDispatcher.ReceiveByteArray(JSRuntime, Int32, Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
接受從 JS 傳輸到 DotNet 的位元組陣列資料。
public static void ReceiveByteArray (Microsoft.JSInterop.JSRuntime jsRuntime, int id, byte[] data);
static member ReceiveByteArray : Microsoft.JSInterop.JSRuntime * int * byte[] -> unit
Public Shared Sub ReceiveByteArray (jsRuntime As JSRuntime, id As Integer, data As Byte())
參數
- id
- Int32
要傳輸之位元組陣列的識別碼。
- data
- Byte[]
要從 JS 傳輸的位元組陣列。