SendPacketAsync Method
Send the packet.
Syntax
[VB.NET]
Public Function SendPacketAsync() As Task
[C#]
public Task SendPacketAsync();
Remarks
This 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.