BuildPacketAsync Method
Build the request packet.
Syntax
[VB.NET]
Public Function BuildPacketAsync() As Task
[C#]
public Task BuildPacketAsync();
Remarks
This method is the asynchronous version of the
BuildPacket method and is used to support asynchronous operations in WinRT. Please refer to
BuildPacket for more information.