SocketActivityInformation.TaskId Property

Definition

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

Guid

Platform::Guid

winrt::guid

The background task ID.

Applies to