SendPacketAsync Method
Send the packet.
Syntax
[VB.NET] Public Function SendPacketAsync() As IAsyncAction
[C#] public IAsyncAction SendPacketAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendPacketAsync MethodSend the packet. Syntax[VB.NET] Public Function SendPacketAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||