LoggingChannelOptions.Group 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.
Gets or sets the channel group identifier.
public:
property Platform::Guid Group { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid Group();
void Group(winrt::guid value);
public Guid Group { get; set; }
var guid = loggingChannelOptions.group;
loggingChannelOptions.group = guid;
Public Property Group As Guid
Property Value
The group identifier.
Remarks
A channel can be a member of one group. Membership in a group indicates that the channel implements a specific set of behaviors. An Event Tracing for Windows (ETW) processing tool that can process groups could locate active channels that belong to a particular group, and could use knowledge of a group’s behaviors to route or manipulate the channel’s events.