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