SendPacketAsync Method
Send the packet.
Syntax
[VB.NET] Public Function SendPacketAsync() As Task
[C#] public Task SendPacketAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendPacketAsync MethodSend the packet. Syntax[VB.NET] Public Function SendPacketAsync() As Task [C#] public Task SendPacketAsync(); RemarksThis method is the asynchronous version of the SendPacket method and is used to support asynchronous operations in WinRT. Please refer to SendPacket for more information. |
||