CompactionMessageIndex.GetTurnGroups(Int32) Method
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.
Returns all groups that belong to the specified user turn.
public System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.Compaction.CompactionMessageGroup> GetTurnGroups(int turnIndex);
member this.GetTurnGroups : int -> seq<Microsoft.Agents.AI.Compaction.CompactionMessageGroup>
Public Function GetTurnGroups (turnIndex As Integer) As IEnumerable(Of CompactionMessageGroup)
Parameters
- turnIndex
- Int32
The desired turn index.
Returns
The groups belonging to the turn, in order.