SocketActivityInformation.TaskId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The background task ID used while transferring ownership of the socket.
public:
property Platform::Guid TaskId { Platform::Guid get(); };
winrt::guid TaskId();
public Guid TaskId { get; }
var guid = socketActivityInformation.taskId;
Public ReadOnly Property TaskId As Guid
Property Value
The background task ID.